MetaType.GetInheritanceType(Type) 方法

定义

在派生类中重写时,获取继承子类型的 MetaType

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

参数

type
Type

子类型。

返回

继承子类型的 MetaType

适用于