AstToXamlConverter.ICustomAstVisitor.VisitExitStatement Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitExitStatement(System::Management::Automation::Language::ExitStatementAst ^ exitStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitExitStatement;
object ICustomAstVisitor.VisitExitStatement (System.Management.Automation.Language.ExitStatementAst exitStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitExitStatement : System.Management.Automation.Language.ExitStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitExitStatement : System.Management.Automation.Language.ExitStatementAst -> obj
Function VisitExitStatement (exitStatementAst As ExitStatementAst) As Object Implements ICustomAstVisitor.VisitExitStatement

Parameters

exitStatementAst
ExitStatementAst

Returns

Implements

Applies to