AstToXamlConverter.ICustomAstVisitor.VisitStatementBlock Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitStatementBlock(System::Management::Automation::Language::StatementBlockAst ^ statementBlockAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitStatementBlock;
object ICustomAstVisitor.VisitStatementBlock (System.Management.Automation.Language.StatementBlockAst statementBlockAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> obj
Function VisitStatementBlock (statementBlockAst As StatementBlockAst) As Object Implements ICustomAstVisitor.VisitStatementBlock

Parameters

statementBlockAst
StatementBlockAst

Returns

Implements

Applies to