ICustomAstVisitor.VisitDoUntilStatement(DoUntilStatementAst) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ VisitDoUntilStatement(System::Management::Automation::Language::DoUntilStatementAst ^ doUntilStatementAst);
public object VisitDoUntilStatement (System.Management.Automation.Language.DoUntilStatementAst doUntilStatementAst);
public virtual 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
abstract member VisitDoUntilStatement : System.Management.Automation.Language.DoUntilStatementAst -> obj
override this.VisitDoUntilStatement : System.Management.Automation.Language.DoUntilStatementAst -> obj
Public Function VisitDoUntilStatement (doUntilStatementAst As DoUntilStatementAst) As Object
Public Overridable Function VisitDoUntilStatement (doUntilStatementAst As DoUntilStatementAst) As Object
Parameters
- doUntilStatementAst
- DoUntilStatementAst