ModelStateDictionary.PrefixEnumerable Struktura

Definicja

Wylicza, aby podać wpisy rozpoczynające ModelStateDictionary się od określonego prefiksu.

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))
Dziedziczenie
ModelStateDictionary.PrefixEnumerable
Implementuje

Konstruktory

ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String)

Inicjuje nowe wystąpienie klasy ModelStateDictionary.PrefixEnumerable.

Metody

GetEnumerator()

Wylicza, aby podać wpisy rozpoczynające ModelStateDictionary się od określonego prefiksu.

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

Wylicza, aby podać wpisy rozpoczynające ModelStateDictionary się od określonego prefiksu.

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

Wylicza, aby podać wpisy rozpoczynające ModelStateDictionary się od określonego prefiksu.

Dotyczy