Gets the number of elements contained in 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 int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer

Return Value

The number of elements contained in the ICollection<(Of <(T>)>).

Implements

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

See Also