Count Property
Definition
Count
Gets the number of elements contained in the ICollection<T>.
public int Count { get; }
Property Value
- int
The count.
Gets the number of elements contained in the ICollection<T>.
public int Count { get; }
The count.