ModelStateDictionary.KeyEnumerable Structure

Définition

pour IEnumerable<T> les clés dans 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)
Héritage
ModelStateDictionary.KeyEnumerable
Implémente

Constructeurs

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Initialise une nouvelle instance de ModelStateDictionary.KeyEnumerable.

Méthodes

GetEnumerator()

pour IEnumerable<T> les clés dans ModelStateDictionary.

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

pour IEnumerable<T> les clés dans ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

pour IEnumerable<T> les clés dans ModelStateDictionary.

S’applique à