Click or drag to resize

OrderedDictionary<TKey, TValue> Properties

The OrderedDictionary<TKey, TValue> type exposes the following members.

Properties
  Name Description
Public property Comparer Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
Public property Count Gets the number of key/value pairs contained in the OrderedDictionary<TKey, TValue>.
Public property Item[Int32] Gets or sets the value at the specified index as an O(1) operation.
Public property Item[TKey] 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 OrderedDictionary<TKey, TValue>.
Public property Values Gets a collection containing the values in the OrderedDictionary<TKey, TValue>.
Top
See Also