MetaType.GetInheritanceType(Type) Methode

Definition

Wenn sie in einer abgeleiteten Klasse überschrieben wird, ruft sie den MetaType Vererbungsuntertyp ab.

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetInheritanceType(Type ^ type);
public abstract System.Data.Linq.Mapping.MetaType GetInheritanceType(Type type);
abstract member GetInheritanceType : Type -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetInheritanceType (type As Type) As MetaType

Parameter

type
Type

Der Untertyp.

Gibt zurück

Der MetaType für einen Vererbungsuntertyp.

Gilt für: