Removes all items from the ICollection<(Of <(T>)>).

C# | Visual Basic |
public void Clear()
Public Sub Clear

Exception | Condition |
---|---|
NotSupportedException | The
ICollection<(Of <(T>)>)
is read-only. |
C# | Visual Basic |
public void Clear()
Public Sub Clear
Exception | Condition |
---|---|
NotSupportedException | The
ICollection<(Of <(T>)>)
is read-only. |