Click or drag to resize
OrderedDictionaryTKey, TValueClear Method
Removes all keys and values from the dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks
Clearing the dictionary takes a constant amount of time, regardless of the number of keys in it.
See Also