RouteValueDictionary.Enumerator Struct
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
Route |
Instantiates a new enumerator with the values provided in |
Current | Gets the element in the collection at the current position of the enumerator. |
Dispose() |
Releases resources used by the RouteValueDictionary.Enumerator. |
Move |
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. |
IEnumerator. |
Provides the base class for value types. |
Produk | Versi |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |