ModelStateDictionary.PrefixEnumerable Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |