ModelStateDictionary.PrefixEnumerable Estructura

Definición

Enumera sobre ModelStateDictionary para proporcionar entradas que comienzan por el prefijo 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))
Herencia
ModelStateDictionary.PrefixEnumerable
Implementaciones

Constructores

ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String)

Inicializa una nueva instancia de la clase ModelStateDictionary.PrefixEnumerable.

Métodos

GetEnumerator()

Enumera sobre ModelStateDictionary para proporcionar entradas que comienzan por el prefijo especificado.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Enumera sobre ModelStateDictionary para proporcionar entradas que comienzan por el prefijo especificado.

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

Enumera sobre ModelStateDictionary para proporcionar entradas que comienzan por el prefijo especificado.

Se aplica a