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() |