次の方法で共有


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>

ポリシーに一致するエンドポイントを表します

適用対象