ModelStateDictionary.PrefixEnumerable 结构

定义

枚举 , 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 IEnumerable
Public 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 以提供以指定前缀开头的条目。

适用于