ICustomAstVisitor.VisitDoWhileStatement(DoWhileStatementAst) 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 ^ 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