ITypeMapper.IsTypeMapped(Type) Método

Definição

Obtém um valor que indica se o tipo .NET fornecido está mapeado.

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

Parâmetros

clrType
Type

O tipo .NET.

Retornos

True se o tipo puder ser mapeado; caso contrário, false.

Aplica-se a