Class OrderedDictionaryTKeyTValue

OrderedDictionary<TKey,TValue> class

public class OrderedDictionary<TKey, TValue>

Constructors

NameDescription
OrderedDictionary()The default constructor.

Properties

NameDescription
Count { get; }
Item { get; set; }(2 indexers)
Keys { get; }
Pairs { get; }
Values { get; }

Methods

NameDescription
Add(TKey, TValue)
Clear()
ContainsKey(TKey)
IndexOf(TKey)
Remove(TKey)
TryGetValue(TKey, out TValue)
Update(int, TKey, TValue)
Update(TKey, TKey, TValue)

See Also