FormCollection.Enumerator Структура

Определение

Перечисляет FormCollection.

public: value class FormCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public struct FormCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type FormCollection.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, StringValues>>
    interface IEnumerator
    interface IDisposable
Public Structure FormCollection.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, StringValues))
Наследование
FormCollection.Enumerator
Реализации

Свойства

Current

Возвращает элемент, расположенный в текущей позиции перечислителя.

Методы

Dispose()

Перечисляет FormCollection.

MoveNext()

Перемещает перечислитель к следующему элементу коллекции FormCollection.

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

IEnumerator.Current

Перечисляет FormCollection.

IEnumerator.Reset()

Перечисляет FormCollection.

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