Click or drag to resize

OrderedDictionaryTKey, TValue Properties

The OrderedDictionaryTKey, TValue type exposes the following members.

Properties
  Name Description
Public property Comparer Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
Public property Count Gets the number of key/value pairs contained in the OrderedDictionaryTKey, TValue.
Public property ItemInt32 Gets or sets the value at the specified index as an O(1) operation.
Public property ItemTKey Gets or sets the value associated with the specified key as an O(1) operation.
Public property Keys Gets a collection containing the keys in the OrderedDictionaryTKey, TValue.
Public property Values Gets a collection containing the values in the OrderedDictionaryTKey, TValue.
Top
See Also