OrderedDictionaryTKey, TValue Constructor |
Creates a new OrderedDictionary. The TKey must implemented IComparable<TKey>
or IComparable.
The CompareTo method of this interface will be used to compare keys in this dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OrderedDictionary()
public:
OrderedDictionary()
Exceptions
See Also