Partager via


IPathSegmentTokenVisitor<T> Interface

Définition

Interface de visiteur pour parcourir l’arborescence du chemin.

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

Paramètres de type

T

Type de retour pour les méthodes de visiteur sur ce visiteur.

Méthodes

Visit(NonSystemToken)

Visiter un nonSystemToken

Visit(SystemToken)

Visiter un SystemToken

S’applique à