FormCollection.Enumerator Struct

Definition

Enumerates a 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))
Inheritance
FormCollection.Enumerator
Implements

Properties

Current

Gets the element at the current position of the enumerator.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MoveNext()

Advances the enumerator to the next element of the FormCollection.

Explicit Interface Implementations

IEnumerator.Current
IEnumerator.Reset()

Applies to