SortedDictionary(Of TKey, TValue).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 key/value pairs contained in the SortedDictionary(Of TKey, TValue).
Assembly: System (in System.dll)
Property Value
Type: System.Int32The number of key/value pairs contained in the SortedDictionary(Of TKey, TValue).
Implements
ICollection(Of T).CountICollection.Count
Show: