HttpHeaderValueCollection<T>.Count Property

Gets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As HttpHeaderValueCollection 
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

Implements

ICollection<T>.Count

See Also

Reference

HttpHeaderValueCollection<T> Class

System.Net.Http.Headers Namespace