Compartir a través de


IPathSegmentTokenVisitor<T> Interfaz

Definición

Interfaz de visitante para caminar por el árbol de ruta.

public interface IPathSegmentTokenVisitor<T>
type IPathSegmentTokenVisitor<'T> = interface
Public Interface IPathSegmentTokenVisitor(Of T)

Parámetros de tipo

T

Tipo de valor devuelto para los métodos de visitante en este visitante.

Métodos

Visit(NonSystemToken)

Visita un nonSystemToken

Visit(SystemToken)

Visita un SystemToken

Se aplica a