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
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