FormCollection.Enumerator 構造体

定義

を列挙します FormCollection

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

プロパティ

Current

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

メソッド

Dispose()

を列挙します FormCollection

MoveNext()

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

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

IEnumerator.Current

を列挙します FormCollection

IEnumerator.Reset()

を列挙します FormCollection

適用対象