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
3 references to Count
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
529Count == 0 ? EnumerableHelpers.GetEmptyEnumerator<TKey>() : 540if (array.Length - index < Count)
System.Speech (1)
Internal\GrammarBuilding\BuilderElements.cs (1)
69int[] keys = new int[dict.Keys.Count];