IOrderedDictionary<TKey, TValue> Interface |
Namespace: Ifs.Fnd.Core
public interface IOrderedDictionary<TKey, TValue> : IOrderedDictionary, IDictionary, ICollection, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The IOrderedDictionary<TKey, TValue> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an entry with the specified key and value into the IOrderedDictionary<TKey,TValue> collection with the lowest available index.
|
![]() | Insert |
Inserts a new entry into the IOrderedDictionary<TKey,TValue> collection with the specified key and value at the specified index.
|