Dictionary(Of 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 Dictionary(Of TKey, TValue).KeyCollection.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32The number of elements contained in the Dictionary(Of TKey, TValue).KeyCollection.
Retrieving the value of this property is an O(1) operation.
Implements
ICollection(Of T).CountICollection.Count
Show: