1 instantiation of Enumerator
Microsoft.AspNetCore.Http (1)
QueryCollection.cs (1)
157return new Enumerator(Store.GetEnumerator());
4 references to Enumerator
Microsoft.AspNetCore.Http (4)
QueryCollection.cs (4)
24private static readonly IEnumerator<KeyValuePair<string, StringValues>> EmptyIEnumeratorType = default(Enumerator); 25private static readonly IEnumerator EmptyIEnumerator = default(Enumerator); 149/// <returns>An <see cref="Enumerator" /> object that can be used to iterate through the collection.</returns> 150public Enumerator GetEnumerator()