Represents a generic collection of key/value pairs that are ordered independently of the key and value.
System Object Ifs.Fnd.Core OrderedDictionary TKey, TValue Namespace: Ifs.Fnd.CoreAssembly: Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.0.0.0 (4.80.18.0)
public class OrderedDictionary<TKey, TValue> : IOrderedDictionary<TKey, TValue>,
IOrderedDictionary, IDictionary, ICollection, IDictionary<TKey, TValue>,
ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>,
IEnumerable
public class OrderedDictionary<TKey, TValue> : IOrderedDictionary<TKey, TValue>,
IOrderedDictionary, IDictionary, ICollection, IDictionary<TKey, TValue>,
ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>,
IEnumerable
- TKey
- The type of the keys in the dictionary
- TValue
- The type of the values in the dictionary