OrderedBagTViewClear Method |
Removes all the items within this view from the underlying bag.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed void Clear()
public:
virtual void Clear() override sealed
Implements
ICollectionTClear
ExamplesThe following removes all the items that start with "A" from an OrderedBag.
bag.Range("A", "B").Clear();
See Also