ICustomAstVisitor.VisitForEachStatement(ForEachStatementAst) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ VisitForEachStatement(System::Management::Automation::Language::ForEachStatementAst ^ forEachStatementAst);
public object VisitForEachStatement (System.Management.Automation.Language.ForEachStatementAst forEachStatementAst);
public virtual 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
abstract member VisitForEachStatement : System.Management.Automation.Language.ForEachStatementAst -> obj
override this.VisitForEachStatement : System.Management.Automation.Language.ForEachStatementAst -> obj
Public Function VisitForEachStatement (forEachStatementAst As ForEachStatementAst) As Object
Public Overridable Function VisitForEachStatement (forEachStatementAst As ForEachStatementAst) As Object
Parameters
- forEachStatementAst
- ForEachStatementAst