Click or drag to resize

IOrderedDictionaryTKey, TValue Methods

The IOrderedDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry with the specified key and value into the IOrderedDictionary<TKey,TValue> collection with the lowest available index.
Public methodInsert
Inserts a new entry into the IOrderedDictionary<TKey,TValue> collection with the specified key and value at the specified index.
Top
See Also