Gets the number of subindexes in the collection.

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

Syntax

C#
public int Count { get; }
Visual Basic
Public ReadOnly Property Count As Integer
	Get

Field Value

The number of subindexes in the collection.

Implements

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

See Also