OrderedDictionaryTKey, TValueClear Method |
Removes all keys and values from the dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
RemarksClearing the dictionary takes a constant amount of time, regardless of the number of keys in it.
See Also