AstVisitor.VisitStatementBlock(StatementBlockAst) Method

Definition

public:
 virtual System::Management::Automation::Language::AstVisitAction VisitStatementBlock(System::Management::Automation::Language::StatementBlockAst ^ statementBlockAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitStatementBlock (System.Management.Automation.Language.StatementBlockAst statementBlockAst);
abstract member VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitStatementBlock (statementBlockAst As StatementBlockAst) As AstVisitAction

Parameters

statementBlockAst
StatementBlockAst

Returns

Applies to