IOrderedDictionary TKey, TValue  PropertiesIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The IOrderedDictionary TKey, TValue  type exposes the following members.
Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection T .
(Inherited from ICollection KeyValuePair TKey, TValue  .)
Public propertyIsReadOnly
Gets a value indicating whether the ICollection T  is read-only.
(Inherited from ICollection KeyValuePair TKey, TValue  .)
Public propertyItem TKey 
Gets or sets the element with the specified key.
(Inherited from IDictionary TKey, TValue .)
Public propertyItem Int32 
Gets or sets the value with the specified index.
Public propertyKeys
Gets an ICollection T  containing the keys of the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .)
Public propertyValues
Gets an ICollection T  containing the values in the IDictionary TKey, TValue .
(Inherited from IDictionary TKey, TValue .)
Back to Top
See Also