IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API SpecificationThe IOrderedDictionary TKey, TValue type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds an item to the ICollection T .
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | Add(TKey, TValue) |
Adds an element with the provided key and value to the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .) |
![]() | Clear |
Removes all items from the ICollection T .
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | Contains |
Determines whether the ICollection T contains a specific value.
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | ContainsKey |
Determines whether the IDictionary TKey, TValue contains an element with the specified key.
(Inherited from IDictionary TKey, TValue .) |
![]() | CopyTo |
Copies the elements of the ICollection T to an Array, starting at a particular Array index.
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable KeyValuePair TKey, TValue .) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) |
![]() | Insert |
Inserts an item with the specified key and value into the map at the specified index.
|
![]() | Remove(TKey) |
Removes the element with the specified key from the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .) |
![]() | Remove(T) |
Removes the first occurrence of a specific object from the ICollection T .
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | RemoveAt |
Removes the item at the specified index from the IOrderedDictionary object.
|
![]() | TryGetValue |
Gets the value associated with the specified key.
(Inherited from IDictionary TKey, TValue .) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection T .
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | IsReadOnly |
Gets a value indicating whether the ICollection T is read-only.
(Inherited from ICollection KeyValuePair TKey, TValue .) |
![]() | Item TKey |
Gets or sets the element with the specified key.
(Inherited from IDictionary TKey, TValue .) |
![]() | Item Int32 |
Gets or sets the value with the specified index.
|
![]() | Keys |
Gets an ICollection T containing the keys of the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .) |
![]() | Values |
Gets an ICollection T containing the values in the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .) |
See Also