バージョン

VisitRootNode メソッド (NodeVisitor<TArg,TReturn>)

DocumentRootNode へアクセスします。
シンタックス
'宣言
 
Public Overridable Function VisitRootNode( _
   ByVal node As DocumentRootNode, _
   ByVal argument As TArg _
) As TReturn
public virtual TReturn VisitRootNode( 
   DocumentRootNode node,
   TArg argument
)

パラメータ

node
ルート ノード。
argument
渡される引数。
解説

デフォルト実装は DefaultVisit を呼び出します。

参照