Share via


ForStatementAst.Initializer Property

Definition

The ast for the initialization expression of a for statement, or null if none was specified.

public:
 property System::Management::Automation::Language::PipelineBaseAst ^ Initializer { System::Management::Automation::Language::PipelineBaseAst ^ get(); };
public System.Management.Automation.Language.PipelineBaseAst Initializer { get; }
member this.Initializer : System.Management.Automation.Language.PipelineBaseAst
Public ReadOnly Property Initializer As PipelineBaseAst

Property Value

Applies to