ModelStateDictionary.KeyEnumerable Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto IEnumerable<T> per le chiavi in 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)
- Ereditarietà
-
ModelStateDictionary.KeyEnumerable
- Implementazioni
Costruttori
ModelStateDictionary.KeyEnumerable(ModelStateDictionary) |
Inizializza una nuova istanza di ModelStateDictionary.KeyEnumerable. |
Metodi
GetEnumerator() |
Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary. |
Implementazioni dell'interfaccia esplicita
IEnumerable.GetEnumerator() |
Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary. |
IEnumerable<String>.GetEnumerator() |
Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary. |