Edit

Share via


ISpecializableCopier Interface

Definition

Provides functionality for creating IDeepCopier instances which support a given type.

public interface ISpecializableCopier
type ISpecializableCopier = interface
Public Interface ISpecializableCopier

Methods

GetSpecializedCopier(Type)

Gets an IDeepCopier implementation which supports the specified type.

IsSupportedType(Type)

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

Applies to