OrderedDictionary<TKey, TValue> Properties |
The OrderedDictionary<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of key/values pairs contained in the OrderedDictionary<TKey,TValue> collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the OrderedDictionary<TKey,TValue> collection is read-only.
|
![]() | Item[Int32] |
Gets or sets the value at the specified index.
|
![]() | Item[TKey] |
Gets or sets the value with the specified key.
|
![]() | Keys |
Gets an ICollection<TKey> object containing the keys in the OrderedDictionary<TKey,TValue>.
|
![]() | Values |
Gets an ICollection<TValue> object containing the values in the OrderedDictionary<TKey,TValue>.
|