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