OrderedDictionary 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 OrderedDictionary TKey, TValue  type exposes the following members.
Properties

  NameDescription
Public propertyCount
Public propertyIsFixedSize
Public propertyIsReadOnly
Public propertyIsSynchronized
Gets a value indicating whether access to this Collection is synchronized (thread safe).
Public propertyItem Int32 
Gets or sets the value associated with the specified index.
Public propertyItem TKey 
Gets or sets the value associated with the specified key.
Public propertyKeys
Gets a ICollection T  object containing all the keys in the OrderedDictionary TKey, TValue .
Public propertySyncRoot
Gets an object that can be used to synchronize this Collection.
Public propertyValues
Gets a ICollection T  object containing all the values in the OrderedDictionary TKey, TValue .
Back to Top
See Also