UrlMatchingTree(Int32) コンストラクター

定義

UrlMatchingTree の新しいインスタンスを初期化します。

public:
 UrlMatchingTree(int order);
public UrlMatchingTree (int order);
new Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree : int -> Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree
Public Sub New (order As Integer)

パラメーター

order
Int32

この UrlMatchingTree内のルートに関連付けられている順序。

適用対象