System.Management.Pash.Implementation.ExecutionVisitor.VisitStatementBlock C# (CSharp) Метод

VisitStatementBlock() публичный Метод

public VisitStatementBlock ( System.Management.Automation.Language.StatementBlockAst statementBlockAst ) : AstVisitAction
statementBlockAst System.Management.Automation.Language.StatementBlockAst
Результат AstVisitAction
        public override AstVisitAction VisitStatementBlock(StatementBlockAst statementBlockAst)
        {
            return base.VisitStatementBlock(statementBlockAst);
        }
ExecutionVisitor