HeaderDictionary.Enumerator 構造体

定義

を列挙します 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))
継承
HeaderDictionary.Enumerator
実装

プロパティ

Current

列挙子の現在位置の要素を取得します。

メソッド

Dispose()

を列挙します HeaderDictionary

MoveNext()

列挙子を HeaderDictionary の次の要素に進めます。

明示的なインターフェイスの実装

IEnumerator.Current

を列挙します HeaderDictionary

IEnumerator.Reset()

を列挙します HeaderDictionary

適用対象