Gets the number of elements contained in 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 int Count { get; }

Return Value

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

Implements

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

See Also