UrlPrefixCollection.GetEnumerator Méthode

Définition

Retourne un énumérateur qui itère dans cette collection.

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)

Retours

Implémente

S’applique à