Property ICollection<T>.Count ICollection<T>.Count Gets the number of elements contained in the ICollection<T>. Declaration int ICollection<T>.Count { get; } Returns Type Description int The number of elements contained in the ICollection<T>. Implements ICollection<T>.Count