QueryCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

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

Returns

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

Applies to