OrderedDictionary Properties
.NET Framework 4.5
The OrderedDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of key/values pairs contained in the OrderedDictionary collection. |
|
IsReadOnly | Gets a value indicating whether the OrderedDictionary collection is read-only. |
|
Item[Int32] | Gets or sets the value at the specified index. |
|
Item[Object] | Gets or sets the value with the specified key. |
|
Keys | Gets an ICollection object containing the keys in the OrderedDictionary collection. |
|
Values | Gets an ICollection object containing the values in the OrderedDictionary collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to the OrderedDictionary object is synchronized (thread-safe). |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the OrderedDictionary object. |
|
IDictionary.IsFixedSize | Gets a value indicating whether the OrderedDictionary has a fixed size. |