Enumerator Struct¶
- Namespace
Microsoft.AspNetCore.Http.HeaderDictionary- Assemblies
- Microsoft.AspNetCore.Http
Syntax¶
public struct Enumerator : IEnumerator<KeyValuePair<string, StringValues>>, IDisposable, IEnumerator
-
struct
Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator
Properties¶
-
Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator.Current¶ Return type: System.Collections.Generic.KeyValuePair<System.String> public KeyValuePair<string, StringValues> Current { get; }
-
Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator.Current Return type: System.Object object IEnumerator.Current { get; }
-