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.

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