System.Management.Pash.Implementation.ExecutionVisitor.VisitStatementBlock C# (CSharp) Method

VisitStatementBlock() public method

public VisitStatementBlock ( System.Management.Automation.Language.StatementBlockAst statementBlockAst ) : AstVisitAction
statementBlockAst System.Management.Automation.Language.StatementBlockAst
return AstVisitAction
        public override AstVisitAction VisitStatementBlock(StatementBlockAst statementBlockAst)
        {
            return base.VisitStatementBlock(statementBlockAst);
        }
ExecutionVisitor