ICustomAstVisitor.VisitWhileStatement(WhileStatementAst) Method

Definition

public:
 System::Object ^ VisitWhileStatement(System::Management::Automation::Language::WhileStatementAst ^ whileStatementAst);
public object VisitWhileStatement (System.Management.Automation.Language.WhileStatementAst whileStatementAst);
public virtual object VisitWhileStatement (System.Management.Automation.Language.WhileStatementAst whileStatementAst);
public virtual object? VisitWhileStatement (System.Management.Automation.Language.WhileStatementAst whileStatementAst);
abstract member VisitWhileStatement : System.Management.Automation.Language.WhileStatementAst -> obj
abstract member VisitWhileStatement : System.Management.Automation.Language.WhileStatementAst -> obj
override this.VisitWhileStatement : System.Management.Automation.Language.WhileStatementAst -> obj
Public Function VisitWhileStatement (whileStatementAst As WhileStatementAst) As Object
Public Overridable Function VisitWhileStatement (whileStatementAst As WhileStatementAst) As Object

Parameters

whileStatementAst
WhileStatementAst

Returns

Applies to