HeaderDictionary.Count Property

 

Gets the number of elements contained in the HeaderDictionary ;.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of elements contained in the HeaderDictionary.

Implements

ICollection<T>.Count

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top