BoundsCheckableList1.Count

BoundsCheckableList<T>.Count property

Gets the number of elements contained in the System.Collections.Generic.List.

public int Count { get; }

Return Value

The number of elements contained in the System.Collections.Generic.List.

See Also