Aracılığıyla paylaş


INodeBuilderPolicy.BuildJumpTable Yöntem

Tanım

bir kümesi edgesverilip bir atlama tablosu oluşturur.

public:
 Microsoft::AspNetCore::Routing::Matching::PolicyJumpTable ^ BuildJumpTable(int exitDestination, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyJumpTableEdge> ^ edges);
public Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable BuildJumpTable (int exitDestination, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> edges);
abstract member BuildJumpTable : int * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable
Public Function BuildJumpTable (exitDestination As Integer, edges As IReadOnlyList(Of PolicyJumpTableEdge)) As PolicyJumpTable

Parametreler

exitDestination
Int32

Aramalar için varsayılan hedef.

Döndürülenler

Bir PolicyJumpTable örnek.

Şunlara uygulanır