Share via


DefaultCustomAstVisitor.VisitTrap(TrapStatementAst) Method

Definition

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

Parameters

trapStatementAst
TrapStatementAst

Returns

Implements

Applies to