Share via


AstToXamlConverter.ICustomAstVisitor.VisitDoWhileStatement Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitDoWhileStatement(System::Management::Automation::Language::DoWhileStatementAst ^ doWhileStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitDoWhileStatement;
object ICustomAstVisitor.VisitDoWhileStatement (System.Management.Automation.Language.DoWhileStatementAst doWhileStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitDoWhileStatement : System.Management.Automation.Language.DoWhileStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitDoWhileStatement : System.Management.Automation.Language.DoWhileStatementAst -> obj
Function VisitDoWhileStatement (doWhileStatementAst As DoWhileStatementAst) As Object Implements ICustomAstVisitor.VisitDoWhileStatement

Parameters

doWhileStatementAst
DoWhileStatementAst

Returns

Implements

Applies to