Removes all items from the ICollection<(Of <(T>)>).
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public void Clear() |
Visual Basic (Declaration) |
---|
Public Sub Clear |
Implements
ICollection<(Of <(T>)>)..::.Clear()()()
Exceptions
Exception | Condition |
---|---|
System..::.NotSupportedException | The ICollection<(Of <(T>)>) is read-only. |