TListBase<T>.Count Property

Returns the number of elements in a sequence.

Namespace: Spring.Collections.Base
public
 property Count: Integer read GetCount write SetCount;

Property Value

Type: Integer

The number of elements in the sequence.

Implements

IList<T>.Count
IEnumerable.Count
IEnumerable.Count