1 instantiation of Enumerator
Microsoft.AspNetCore.Http (1)
QueryCollectionInternal.cs (1)
67public Enumerator GetEnumerator() => new Enumerator(Store.GetEnumerator());
2 references to Enumerator
Microsoft.AspNetCore.Http (2)
QueryCollectionInternal.cs (2)
66/// <returns>An <see cref="Enumerator" /> object that can be used to iterate through the collection.</returns> 67public Enumerator GetEnumerator() => new Enumerator(Store.GetEnumerator());