ICustomAstVisitor.VisitThrowStatement(ThrowStatementAst) Method

Definition

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

Parameters

throwStatementAst
ThrowStatementAst

Returns

Applies to