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