次の方法で共有


CandidateSet(Endpoint[], RouteValueDictionary[], Int32[]) コンストラクター

定義

指定された 、values、および を使用して、 CandidateSet クラスの新しいインスタンスを初期化しますscoresendpoints

コンストラクターは、 と IEndpointSelectorPolicyの実装の単体テストをEndpointSelector可能にするために提供されます。

public:
 CandidateSet(cli::array <Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints, cli::array <Microsoft::AspNetCore::Routing::RouteValueDictionary ^> ^ values, cli::array <int> ^ scores);
public CandidateSet (Microsoft.AspNetCore.Http.Endpoint[] endpoints, Microsoft.AspNetCore.Routing.RouteValueDictionary[] values, int[] scores);
new Microsoft.AspNetCore.Routing.Matching.CandidateSet : Microsoft.AspNetCore.Http.Endpoint[] * Microsoft.AspNetCore.Routing.RouteValueDictionary[] * int[] -> Microsoft.AspNetCore.Routing.Matching.CandidateSet
Public Sub New (endpoints As Endpoint(), values As RouteValueDictionary(), scores As Integer())

パラメーター

endpoints
Endpoint[]

優先順位の降順で並べ替えられたエンドポイントの一覧。

values
RouteValueDictionary[]

インスタンスの RouteValueDictionary 一覧。

scores
Int32[]

エンドポイント スコアの一覧。 Score.

適用対象