NamedBlockAst.Statements Property

Definition

The asts for all of the statements represented by this statement block. This property is never null.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::StatementAst ^> ^ Statements { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::StatementAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.StatementAst> Statements { get; }
member this.Statements : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.StatementAst>
Public ReadOnly Property Statements As ReadOnlyCollection(Of StatementAst)

Property Value

Applies to