Redigera

Dela via


IGeneralizedCopier.IsSupportedType(Type) Method

Definition

Returns a value indicating whether the provided type is supported by this implementation.

public bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type.

Returns

true if the type is supported type by this implementation; otherwise, false.

Applies to