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)
531
Count
== 0 ? EnumerableHelpers.GetEmptyEnumerator<TKey>() :
542
if (array.Length - index <
Count
)