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