DefaultCustomAstVisitor.VisitDoWhileStatement(DoWhileStatementAst) Method

Definition

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

Parameters

doWhileStatementAst
DoWhileStatementAst

Returns

Implements

Applies to