AstVisitor.VisitForStatement(ForStatementAst) Method

Definition

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

Parameters

forStatementAst
ForStatementAst

Returns

Applies to