AstToXamlConverter.ICustomAstVisitor.VisitReturnStatement 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.
virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitReturnStatement(System::Management::Automation::Language::ReturnStatementAst ^ returnStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitReturnStatement;
object ICustomAstVisitor.VisitReturnStatement (System.Management.Automation.Language.ReturnStatementAst returnStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitReturnStatement : System.Management.Automation.Language.ReturnStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitReturnStatement : System.Management.Automation.Language.ReturnStatementAst -> obj
Function VisitReturnStatement (returnStatementAst As ReturnStatementAst) As Object Implements ICustomAstVisitor.VisitReturnStatement
Parameters
- returnStatementAst
- ReturnStatementAst