PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) Costruttore

Definizione

Costruisce una nuova istanza di 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))

Parametri

state
Object

Rappresenta l'euristica della corrispondenza del criterio.

endpoints
IReadOnlyList<Endpoint>

Rappresenta gli endpoint che corrispondono ai criteri

Si applica a