OrderedDictionary TKey, TValue  Class.net Access Provider Documentation
Represents a generic collection of key/value pairs that are ordered independently of the key and value.
Inheritance Hierarchy

OnlineSystem Object
  Ifs.Fnd.Core OrderedDictionary TKey, TValue 

Namespace: Ifs.Fnd.Core
Assembly: Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.0.0.0 (4.80.18.0)
Syntax

public class OrderedDictionary<TKey, TValue> : IOrderedDictionary<TKey, TValue>, 
	IOrderedDictionary, IDictionary, ICollection, IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable
Type Parameters

TKey
The type of the keys in the dictionary
TValue
The type of the values in the dictionary
See Also