UrlPrefixCollection.GetEnumerator 메서드

정의

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

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::AspNetCore::Server::HttpSys::UrlPrefix ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>
Public Function GetEnumerator () As IEnumerator(Of UrlPrefix)

반환

구현

적용 대상