AstVisitor.VisitDoUntilStatement(DoUntilStatementAst) Method

Definition

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

Parameters

doUntilStatementAst
DoUntilStatementAst

Returns

Applies to