Skip to content

DelegateCopierSelector Methods

Implementation of ICopierSelector which uses a delegate.

IsSupportedType(Type)

View source
public bool IsSupportedType(Type type)
Returns true if the specified copier should be used for this type.

Parameters

typeType
The type to inspect.

Returns

true if the copier should be used for the specified type; otherwise, false.