DefaultCustomAstVisitor.VisitForEachStatement(ForEachStatementAst) Method

Definition

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

Parameters

forEachStatementAst
ForEachStatementAst

Returns

Implements

Applies to