AstVisitor.VisitBlockStatement(BlockStatementAst) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Management::Automation::Language::AstVisitAction VisitBlockStatement(System::Management::Automation::Language::BlockStatementAst ^ blockStatementAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitBlockStatement (System.Management.Automation.Language.BlockStatementAst blockStatementAst);
abstract member VisitBlockStatement : System.Management.Automation.Language.BlockStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitBlockStatement : System.Management.Automation.Language.BlockStatementAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitBlockStatement (blockStatementAst As BlockStatementAst) As AstVisitAction
Parameters
- blockStatementAst
- BlockStatementAst