Share via


ICustomAstVisitor.VisitDoWhileStatement(DoWhileStatementAst) Method

Definition

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

Parameters

doWhileStatementAst
DoWhileStatementAst

Returns

Applies to