共用方式為


IPathSegmentTokenVisitor<T> 介面

定義

流覽者介面,用於流覽路徑樹狀結構。

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

類型參數

T

此訪客上訪客方法的傳回型別。

方法

Visit(NonSystemToken)

流覽 NonSystemToken

Visit(SystemToken)

流覽 SystemToken

適用於