HeaderDictionary.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

public:
 Microsoft::AspNetCore::Http::HeaderDictionary::Enumerator GetEnumerator();
public Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator
Public Function GetEnumerator () As HeaderDictionary.Enumerator

Returns

An HeaderDictionary.Enumerator object that can be used to iterate through the collection.

Applies to