ISpecializableCopier Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |