LoopStatementAst.Body Property

Definition

The body of a loop statement. This property is never null.

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

Property Value

Applies to