Count

ReadOnlyListBase<T>.Count property

Gets the number of elements contained in the collection.

public virtual int Count { get; }

Property Value

The number of elements contained in the collection.

See Also