ModelStateDictionary.KeyEnumerable 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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.GetEnumerator() | |
IEnumerable<String>.GetEnumerator() |