DefaultCustomAstVisitor.VisitForStatement(ForStatementAst) Method

Definition

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

Parameters

forStatementAst
ForStatementAst

Returns

Implements

Applies to