共用方式為


PolicyNodeEdge(Object, IReadOnlyList<Endpoint>) 建構函式

定義

建構新的 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))

參數

state
Object

表示原則的比對啟發學習法。

endpoints
IReadOnlyList<Endpoint>

表示符合原則的端點

適用於