Share via


CoreTypeMapper.IsTypeMapped(Type) Method

Definition

Gets a value indicating whether the given .NET type is mapped.

public virtual bool IsTypeMapped (Type type);
abstract member IsTypeMapped : Type -> bool
override this.IsTypeMapped : Type -> bool
Public Overridable Function IsTypeMapped (type As Type) As Boolean

Parameters

type
Type

The .NET type.

Returns

True if the type can be mapped; otherwise false.

Implements

Applies to