MetaType.InheritanceTypes Property

Definition

When overridden in a derived class, gets a collection of all types that are defined by an inheritance hierarchy.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ InheritanceTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType> InheritanceTypes { get; }
member this.InheritanceTypes : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType>
Public MustOverride ReadOnly Property InheritanceTypes As ReadOnlyCollection(Of MetaType)

Property Value

A collection of meta-types in the current inheritance hierarchy.

Applies to