HybridDictionary.Count Property
.NET Framework (current version)
Gets the number of key/value pairs contained in the HybridDictionary.
Assembly: System (in System.dll)
Property Value
Type: System.Int32The number of key/value pairs contained in the HybridDictionary.
Retrieving the value of this property is an O(1) operation.
Implements
ICollection.CountThe following code example enumerates the elements of a HybridDictionary.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: