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