Поделиться через


QueryCollection.GetEnumerator Метод

Определение

Возвращает перечислитель, который осуществляет итерацию по коллекции.

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

Возвращаемое значение

Объект QueryCollection.Enumerator, который используется для прохода по коллекции.

Применяется к