ICustomAstVisitor.VisitBlockStatement(BlockStatementAst) Method

Definition

public:
 System::Object ^ VisitBlockStatement(System::Management::Automation::Language::BlockStatementAst ^ blockStatementAst);
public object VisitBlockStatement (System.Management.Automation.Language.BlockStatementAst blockStatementAst);
public virtual object VisitBlockStatement (System.Management.Automation.Language.BlockStatementAst blockStatementAst);
public virtual object? VisitBlockStatement (System.Management.Automation.Language.BlockStatementAst blockStatementAst);
abstract member VisitBlockStatement : System.Management.Automation.Language.BlockStatementAst -> obj
abstract member VisitBlockStatement : System.Management.Automation.Language.BlockStatementAst -> obj
override this.VisitBlockStatement : System.Management.Automation.Language.BlockStatementAst -> obj
Public Function VisitBlockStatement (blockStatementAst As BlockStatementAst) As Object
Public Overridable Function VisitBlockStatement (blockStatementAst As BlockStatementAst) As Object

Parameters

blockStatementAst
BlockStatementAst

Returns

Applies to