Condividi tramite


IPathSegmentTokenVisitor<T> Interfaccia

Definizione

Interfaccia del visitatore per camminare sull'albero del percorso.

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

Parametri di tipo

T

Tipo restituito per i metodi visitor su questo visitatore.

Metodi

Visit(NonSystemToken)

Visitare un nonSystemToken

Visit(SystemToken)

Visitare un SystemToken

Si applica a