IPathSegmentTokenVisitor<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |