AstVisitor.VisitForEachStatement(ForEachStatementAst) Method

Definition

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

Parameters

forEachStatementAst
ForEachStatementAst

Returns

Applies to