Share via


HeaderDictionary.Count Property

.NET Framework 4.5

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

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As HeaderDictionary 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

Property Value

Type: System.Int32
The number of key/value pairs contained in the dictionary.

Implements

ICollection<T>.Count

See Also

Reference

HeaderDictionary Class

Microsoft.AspNet.SignalR.Client Namespace