Share via


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

适用于