Compartilhar via


HttpMethodMatcherPolicy.BuildJumpTable Método

Definição

Somente para uso de estrutura.

public:
 virtual 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
override this.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

Parâmetros

exitDestination
Int32

Retornos

Implementações

Aplica-se a