共用方式為


ITypeMapper.IsTypeMapped(Type) 方法

定義

取得值,指出指定的 .NET 類型是否對應。

public bool IsTypeMapped (Type clrType);
abstract member IsTypeMapped : Type -> bool
Public Function IsTypeMapped (clrType As Type) As Boolean

參數

clrType
Type

.NET 類型。

傳回

如果類型可以對應,則為 True;否則為 false。

適用於