Share via


ErrorStatementAst.Bodies Property

Definition

The bodies specified.

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

Property Value

Applies to