ModelStateDictionary.PrefixEnumerable Struct

Definizione

Enumera per ModelStateDictionary fornire voci che iniziano con il prefisso specificato.

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))
Ereditarietà
ModelStateDictionary.PrefixEnumerable
Implementazioni

Costruttori

ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String)

Inizializza una nuova istanza di ModelStateDictionary.PrefixEnumerable.

Metodi

GetEnumerator()

Enumera per ModelStateDictionary fornire voci che iniziano con il prefisso specificato.

Implementazioni dell'interfaccia esplicita

IEnumerable.GetEnumerator()

Enumera per ModelStateDictionary fornire voci che iniziano con il prefisso specificato.

IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator()

Enumera per ModelStateDictionary fornire voci che iniziano con il prefisso specificato.

Si applica a