AstToXamlConverter.ICustomAstVisitor.VisitThrowStatement Method

Definition

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

Parameters

throwStatementAst
ThrowStatementAst

Returns

Implements

Applies to