PolicyJumpTableEdge(Object, Int32) 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.
Constructs a new PolicyJumpTableEdge instance.
public:
PolicyJumpTableEdge(System::Object ^ state, int destination);
public PolicyJumpTableEdge (object state, int destination);
new Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge : obj * int -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge
Public Sub New (state As Object, destination As Integer)
Parameters
- state
- Object
Represents the match heuristic of the policy.
- destination
- Int32