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

HttpHeaderValueCollection<T>::GetEnumerator Method

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

public:
virtual IEnumerator<T>^ GetEnumerator() sealed

Return Value

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

Implements

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