QueryCollection.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a QueryCollection.
public: value class QueryCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public struct QueryCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type QueryCollection.Enumerator = struct
interface IEnumerator<KeyValuePair<string, StringValues>>
interface IEnumerator
interface IDisposable
Public Structure QueryCollection.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, StringValues))
- Inheritance
-
QueryCollection.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 HeaderDictionary. |
Explicit Interface Implementations
IEnumerator.Current | |
IEnumerator.Reset() |