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>

表示与策略匹配的终结点

适用于