Gets the number of indexes in the collection.

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

Syntax

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

Field Value

The number of indexes in the collection.

Implements

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

See Also