ForStatementAst.Iterator Property
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.
The ast for the iteration expression of a for statement, or null if none was specified.
public:
property System::Management::Automation::Language::PipelineBaseAst ^ Iterator { System::Management::Automation::Language::PipelineBaseAst ^ get(); };
public System.Management.Automation.Language.PipelineBaseAst Iterator { get; }
member this.Iterator : System.Management.Automation.Language.PipelineBaseAst
Public ReadOnly Property Iterator As PipelineBaseAst