CollectionCoreTIListClear Method |
Removes all items from the ICollectionT.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxPrivate Sub Clear Implements IList.Clear
Implements
IListClear
ExceptionsException | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also