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

Определение

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

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

Свойства

Current

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

Методы

Dispose()

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

MoveNext()

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

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

IEnumerator.Current

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

IEnumerator.Reset()

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

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