Condividi tramite


FormCollection.GetEnumerator Metodo

Definizione

Restituisce un enumeratore struct che scorre un insieme senza boxing e viene usato anche tramite l'interfaccia IFormCollection .

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

Restituisce

Oggetto FormCollection.Enumerator che può essere usato per eseguire l'iterazione della raccolta.

Si applica a