DefaultCustomAstVisitor.VisitThrowStatement(ThrowStatementAst) Method

Definition

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

Parameters

throwStatementAst
ThrowStatementAst

Returns

Implements

Applies to