AvailableValuesCollectionClear Method |
Removes all items from the ICollectionT.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
ICollectionTClear
Exceptions| Exception | Condition |
|---|
| NotSupportedException | The ICollectionT is read-only. |
See Also