OrderedMultiDictionaryTKey, TValueViewClear Method |
Removes all the keys and values within this view from the underlying OrderedMultiDictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
ExamplesThe following removes all the keys that start with "A" from an OrderedMultiDictionary.
dictionary.Range("A", "B").Clear();
See Also