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

適用於