ModelStateDictionary.PrefixEnumerable Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |