ModelStateDictionary.PrefixEnumerable 结构    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 , ModelStateDictionary 以提供以指定前缀开头的条目。
public: value class ModelStateDictionary::PrefixEnumerable : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>>public struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>public readonly struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>type ModelStateDictionary.PrefixEnumerable = struct
    interface seq<KeyValuePair<string, ModelStateEntry>>
    interface IEnumerablePublic Structure ModelStateDictionary.PrefixEnumerable
Implements IEnumerable(Of KeyValuePair(Of String, ModelStateEntry))- 继承
- 
				ModelStateDictionary.PrefixEnumerable
- 实现
构造函数
| ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String) | 初始化 ModelStateDictionary.PrefixEnumerable 的新实例。 | 
方法
| GetEnumerator() | 枚举 , ModelStateDictionary 以提供以指定前缀开头的条目。 | 
显式接口实现
| IEnumerable.GetEnumerator() | 枚举 , ModelStateDictionary 以提供以指定前缀开头的条目。 | 
| IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator() | 枚举 , ModelStateDictionary 以提供以指定前缀开头的条目。 |