ModelStateDictionary.KeyEnumerable Struktura
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
A IEnumerable<T> dla kluczy w systemie ModelStateDictionary.
public: value class ModelStateDictionary::KeyEnumerable : System::Collections::Generic::IEnumerable<System::String ^>
public struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
public readonly struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
type ModelStateDictionary.KeyEnumerable = struct
interface seq<string>
interface IEnumerable
Public Structure ModelStateDictionary.KeyEnumerable
Implements IEnumerable(Of String)
- Dziedziczenie
-
ModelStateDictionary.KeyEnumerable
- Implementuje
Konstruktory
ModelStateDictionary.KeyEnumerable(ModelStateDictionary) |
Inicjuje nowe wystąpienie klasy ModelStateDictionary.KeyEnumerable. |
Metody
GetEnumerator() |
A IEnumerable<T> dla kluczy w systemie ModelStateDictionary. |
Jawne implementacje interfejsu
IEnumerable.GetEnumerator() |
A IEnumerable<T> dla kluczy w systemie ModelStateDictionary. |
IEnumerable<String>.GetEnumerator() |
A IEnumerable<T> dla kluczy w systemie ModelStateDictionary. |