Property Count
Count
Gets the number of elements contained in the ICollection.
public abstract int Count { get; }
Property Value
- int
The number of elements contained in the ICollection.
Gets the number of elements contained in the ICollection.
public abstract int Count { get; }
The number of elements contained in the ICollection.