RouteValueDictionary.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.
Provides the base class for value types.
public: value class RouteValueDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct RouteValueDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type RouteValueDictionary.Enumerator = struct
interface IEnumerator<KeyValuePair<string, obj>>
interface IEnumerator
interface IDisposable
Public Structure RouteValueDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
- Inheritance
-
RouteValueDictionary.Enumerator
- Implements
Constructors
RouteValueDictionary.Enumerator(RouteValueDictionary) |
Instantiates a new enumerator with the values provided in |
Properties
Current | Gets the element in the collection at the current position of the enumerator. |
Methods
Dispose() |
Releases resources used by the RouteValueDictionary.Enumerator. |
MoveNext() | Advances the enumerator to the next element of the collection. |
Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
Explicit Interface Implementations
IEnumerator.Current | Provides the base class for value types. |