Windows apps
Collapse the table of content
Expand the table of content

HttpHeaders::GetEnumerator Method

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

public:
virtual IEnumerator<KeyValuePair<String^, IEnumerable<String^>^>>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<KeyValuePair<String, IEnumerable<String>>>
Returns <see cref="T:System.Collections.Generic.IEnumerator`1" />.

Implements

IEnumerable<T>::GetEnumerator()
Show:
© 2017 Microsoft