Clears the collection of all subindexes. All subindexes are detached from the parent and destroyed.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

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

Implements

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

See Also