TypeDefinitionAst.Members Property

Definition

The asts for the members of the type. This property is never null.

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

Property Value

Applies to