DefaultCustomAstVisitor.VisitDoUntilStatement(DoUntilStatementAst) Method

Definition

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

Parameters

doUntilStatementAst
DoUntilStatementAst

Returns

Implements

Applies to