Share via


HeaderDictionary.Enumerator Struct

Definition

Enumerates a HeaderDictionary.

public: value class HeaderDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public struct HeaderDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type HeaderDictionary.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, StringValues>>
    interface IEnumerator
    interface IDisposable
Public Structure HeaderDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, StringValues))
Inheritance
HeaderDictionary.Enumerator
Implements

Properties

Name Description
Current

Gets the element at the current position of the enumerator.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MoveNext()

Advances the enumerator to the next element of the HeaderDictionary.

Explicit Interface Implementations

Name Description
IEnumerator.Current
IEnumerator.Reset()

Applies to