IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API SpecificationThe OrderedDictionary TKey, TValue type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items in the OrderedDictionary TKey, TValue .
|
![]() | IsFixedSize |
Gets a value that indicates whether or not the OrderedDictionary TKey, TValue has a fixed size.
|
![]() | IsReadOnly |
Gets a value that indicates whether or not the OrderedDictionary TKey, TValue is read only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to this Collection is synchronized (thread safe).
|
![]() | Item Int32 |
Gets or sets the value associated with the specified index.
|
![]() | Item TKey |
Gets or sets the value associated with the specified key.
|
![]() | Keys |
Gets a ICollection T object containing all the keys in the OrderedDictionary TKey, TValue .
|
![]() | SyncRoot |
Gets an object that can be used to synchronize this Collection.
|
![]() | Values |
Gets a ICollection T object containing all the values in the OrderedDictionary TKey, TValue .
|
See Also