HttpHeaderValueCollection<T>::IEnumerable::GetEnumerator Method ()

.NET Framework (current version)
 

Returns an enumerator that iterates through the HttpHeaderValueCollection<T>.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator for the HttpHeaderValueCollection<T> instance.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: