Skip to content

IGeneralizedCopier Methods

Provides functionality for copying objects of multiple types.

IsSupportedType(Type)

abstract
public abstract bool IsSupportedType(Type type)
Returns a value indicating whether the provided type is supported by this implementation.

Parameters

typeType
The type.

Returns

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