RouteValueDictionary.Enumerator(RouteValueDictionary) Constructor
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.
Instantiates a new enumerator with the values provided in dictionary
.
public:
Enumerator(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ dictionary);
public Enumerator (Microsoft.AspNetCore.Routing.RouteValueDictionary dictionary);
new Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator : Microsoft.AspNetCore.Routing.RouteValueDictionary -> Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator
Public Sub New (dictionary As RouteValueDictionary)
Parameters
- dictionary
- RouteValueDictionary