MetaModel.GetMetaType(Type) メソッド

定義

派生クラスでオーバーライドされた場合は、指定した TypeMetaType が検出されます。

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

パラメーター

type
Type

MetaType を検索する対象の型。

戻り値

指定した型に対応しているメタ型。

適用対象