Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
2 references to Count
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
531Count == 0 ? EnumerableHelpers.GetEmptyEnumerator<TKey>() : 542if (array.Length - index < Count)