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