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

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 OrderedMultiDictionary.
dictionary.Range("A", "B").Clear();
See Also