ModelStateDictionary.KeyEnumerable Структура

Определение

Объект IEnumerable<T> для ключей в 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)
Наследование
ModelStateDictionary.KeyEnumerable
Реализации

Конструкторы

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Инициализирует новый экземпляр ModelStateDictionary.KeyEnumerable.

Методы

GetEnumerator()

Объект IEnumerable<T> для ключей в ModelStateDictionary.

Явные реализации интерфейса

IEnumerable.GetEnumerator()

Объект IEnumerable<T> для ключей в ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

Объект IEnumerable<T> для ключей в ModelStateDictionary.

Применяется к