Count

IReadOnlyList<T>.Count property

Gets the number of elements contained in the collection.

public int Count { get; }

Property Value

The number of elements contained in the collection.

See Also