ModelStateDictionary.PrefixEnumerable Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera ModelStateDictionary para fornecer entradas que começam com o prefixo especificado.
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))
- Herança
-
ModelStateDictionary.PrefixEnumerable
- Implementações
Construtores
ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String) |
Inicializa uma nova instância de ModelStateDictionary.PrefixEnumerable. |
Métodos
GetEnumerator() |
Enumera ModelStateDictionary para fornecer entradas que começam com o prefixo especificado. |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Enumera ModelStateDictionary para fornecer entradas que começam com o prefixo especificado. |
IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator() |
Enumera ModelStateDictionary para fornecer entradas que começam com o prefixo especificado. |