Click or drag to resize
OrderedDictionaryTKey, TValueViewClear Method
Removes all the keys and values within this view from the underlying OrderedDictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Examples
The following removes all the keys that start with "A" from an OrderedDictionary.
dictionary.Range("A", "B").Clear();
See Also