Share via


PolicyJumpTableEdge(Object, Int32) Constructor

Definition

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

Applies to