TypeRef.BaseTypes Property

Definition

Gets the full list of base types and interfaces for this instance.

public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Composition.Reflection.TypeRef> BaseTypes { get; }
member this.BaseTypes : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Composition.Reflection.TypeRef>
Public ReadOnly Property BaseTypes As ImmutableArray(Of TypeRef)

Property Value

Remarks

This list will only be populated if this instance was created with shallow set to false. The collection is ordered bottom-up for types with the implemented interfaces appended at the end.

Applies to