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
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | OrderedDictionary TKey, TValue |
Initializes a new instance of the OrderedDictionary TKey, TValue class.
|
![]() | OrderedDictionary TKey, TValue (Int32) |
Initializes a new instance of the OrderedDictionary TKey, TValue class with the specified capacity.
|
![]() | OrderedDictionary TKey, TValue (IOrderedDictionary TKey, TValue ) |
Initializes a new instance of the OrderedDictionary TKey, TValue class having its contents copied
from the specified IOrderedDictionary TKey, TValue .
|
Methods
Name | Description | |
---|---|---|
![]() | Add(KeyValuePair TKey, TValue ) |
Adds an item with the specified key and value to the OrderedDictionary TKey, TValue .
|
![]() | Add(TKey, TValue) |
Adds an item with the specified key and value to the OrderedDictionary TKey, TValue .
|
![]() | Clear |
Removes all items from the OrderedDictionary TKey, TValue .
|
![]() | Contains |
Determines whether the OrderedDictionary TKey, TValue contains the specified item. |
![]() | ContainsKey |
Determines whether the OrderedDictionary TKey, TValue contains the specified key. |
![]() | CopyTo(Array, Int32) |
Copies the items in the OrderedDictionary TKey, TValue into the specified single-dimension array at the specified index.
|
![]() | CopyTo( KeyValuePair TKey, TValue , Int32) |
Copies the items in the OrderedDictionary TKey, TValue into the specified array at the specified index.
|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator |
Returns a Systems.Collections.Generic.IEnumerator<KeyValuePair<TKey,TValue>> object
that iterates through the OrderedDictionary TKey, TValue .
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Insert(Int32, KeyValuePair TKey, TValue ) |
Inserts an item with the specified key and value into the OrderedDictionary TKey, TValue at the specified index.
|
![]() | Insert(Int32, TKey, TValue) |
Inserts an item with the specified key and value into the OrderedDictionary TKey, TValue at the specified index.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Remove(KeyValuePair TKey, TValue ) |
Removes the specified item from the OrderedDictionary TKey, TValue .
|
![]() | Remove(TKey) |
Removes the item with the specified key from the OrderedDictionary TKey, TValue .
|
![]() | RemoveAt |
Removes the item at the specified index from the OrderedDictionary TKey, TValue .
|
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
![]() | TryGetValue |
Get the value associated with the specified key.
|
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