HttpHeadersNonValidated.Enumerator.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Net::Http::Headers::HeaderStringValues> Current { System::Collections::Generic::KeyValuePair<System::String ^, System::Net::Http::Headers::HeaderStringValues> get(); };
public System.Collections.Generic.KeyValuePair<string,System.Net.Http.Headers.HeaderStringValues> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues>
Public ReadOnly Property Current As KeyValuePair(Of String, HeaderStringValues)

Property Value

The element in the collection at the current position of the enumerator.

Implements

Applies to