OrderedDictionaryTKey, TValue Constructor (ComparisonTKey) |
Creates a new OrderedDictionary. The passed delegate 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(
Comparison<TKey> comparison
)
public:
OrderedDictionary(
Comparison<TKey>^ comparison
)
Parameters
- comparison
- Type: SystemComparisonTKey
A delegate to a method that will be used to compare keys.
See Also