TypeDefinitionAst.BaseTypes Property

Definition

The asts for the base types. This property is never null.

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

Property Value

Applies to