MetaType.DerivedTypes Property

Definition

When overridden in a derived class, gets an enumeration of the immediate derived types in an inheritance hierarchy.

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

Property Value

An enumeration of meta-types.

Applies to