SortedDictionary<TKey, TValue>.KeyCollection.Count Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of elements contained in the SortedDictionary<TKey, TValue>.KeyCollection.
Assembly: System (in System.dll)
Property Value
Type: System.Int32The number of elements contained in the SortedDictionary<TKey, TValue>.KeyCollection.
Implements
ICollection<T>.CountICollection.Count
Show: