Share via


IPathSegmentTokenVisitor<T> Interface

Definition

Visitor interface for walking the Path Tree.

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

Type Parameters

T

Return type for the visitor methods on this visitor.

Methods

Visit(NonSystemToken)

Visit an NonSystemToken

Visit(SystemToken)

Visit an SystemToken

Applies to