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

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public void Clear()

Implements

ICollection<(Of <(T>)>)..::.Clear()()()

Exceptions

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

See Also