ICustomAstVisitor.VisitStatementBlock(StatementBlockAst) Method

Definition

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

Parameters

statementBlockAst
StatementBlockAst

Returns

Applies to