ModelStateDictionary.KeyEnumerable 構造体

定義

public: value class ModelStateDictionary::KeyEnumerable : System::Collections::Generic::IEnumerable<System::String ^>
public struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
public readonly struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
type ModelStateDictionary.KeyEnumerable = struct
    interface seq<string>
    interface IEnumerable
Public Structure ModelStateDictionary.KeyEnumerable
Implements IEnumerable(Of String)
継承
ModelStateDictionary.KeyEnumerable
実装

コンストラクター

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

ModelStateDictionary.KeyEnumerable の新しいインスタンスを初期化します。

メソッド

GetEnumerator()

IEnumerable<T>内のキーの ModelStateDictionary

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

IEnumerable.GetEnumerator()

IEnumerable<T>内のキーの ModelStateDictionary

IEnumerable<String>.GetEnumerator()

IEnumerable<T>内のキーの ModelStateDictionary

適用対象