Partilhar via


PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Construtor

Definição

Constrói uma nova instância de PolicyNodeEdge.

public:
 PolicyNodeEdge(System::Object ^ state, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public PolicyNodeEdge (object state, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
new Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge : obj * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge
Public Sub New (state As Object, endpoints As IReadOnlyList(Of Endpoint))

Parâmetros

state
Object

Representa a heurística de correspondência da política.

endpoints
IReadOnlyList<Endpoint>

Representa os pontos de extremidade que correspondem à política

Aplica-se a