WebHeaderCollection.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that can iterate through the WebHeaderCollection instance.

C#
System.Collections.IEnumerator IEnumerable.GetEnumerator();

Returns

An IEnumerator for the WebHeaderCollection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the WebHeaderCollection instance is cast to an IEnumerable interface.

Applies to

Product Versions
.NET Core 1.0, Core 1.1
UWP 10.0