Click or drag to resize

OrderedDictionaryTKey, TValue Properties

The OrderedDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of key/values pairs contained in the OrderedDictionary<TKey,TValue> collection.
Public propertyIsReadOnly
Gets a value indicating whether the OrderedDictionary<TKey,TValue> collection is read-only.
Public propertyItemInt32
Gets or sets the value at the specified index.
Public propertyItemTKey
Gets or sets the value with the specified key.
Public propertyKeys
Gets an ICollection<TKey> object containing the keys in the OrderedDictionary<TKey,TValue>.
Public propertyValues
Gets an ICollection<TValue> object containing the values in the OrderedDictionary<TKey,TValue>.
Top
See Also