HybridDictionary.Count Property

 

Gets the number of key/value pairs contained in the HybridDictionary.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

abstract Count : int with get
override Count : int with get

Property Value

Type: System.Int32

The number of key/value pairs contained in the HybridDictionary.

Retrieving the value of this property is an O(1) operation.

The following code example enumerates the elements of a HybridDictionary.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: