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

Namespace:  Mindscape.LightSpeed
Assembly:  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

ExceptionCondition
System..::.NotSupportedExceptionThe ICollection<(Of <(T>)>) is read-only.

See Also