AstVisitor.VisitReturnStatement(ReturnStatementAst) 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 VisitReturnStatement(System::Management::Automation::Language::ReturnStatementAst ^ returnStatementAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitReturnStatement (System.Management.Automation.Language.ReturnStatementAst returnStatementAst);
abstract member VisitReturnStatement : System.Management.Automation.Language.ReturnStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitReturnStatement : System.Management.Automation.Language.ReturnStatementAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitReturnStatement (returnStatementAst As ReturnStatementAst) As AstVisitAction
Parameters
- returnStatementAst
- ReturnStatementAst