Share via


HeaderDictionary.GetEnumerator 메서드

정의

컬렉션을 반복하는 열거자를 반환합니다.

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

반환

컬렉션을 반복하는 데 사용할 수 있는 HeaderDictionary.Enumerator 개체입니다.

적용 대상