IDeepCopierProvider 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 IDeepCopier<T> instances.
public interface IDeepCopierProvider
type IDeepCopierProvider = interface
Public Interface IDeepCopierProvider
- Derived
Methods
GetBaseCopier<T>() |
Gets a base type copier capable of copying instances of type |
GetDeepCopier(Type) |
Gets a deep copier capable of copying instances of type |
GetDeepCopier<T>() |
Gets a deep copier capable of copying instances of type |
TryGetDeepCopier(Type) |
Gets a deep copier capable of copying instances of type |
TryGetDeepCopier<T>() |
Gets a deep copier capable of copying instances of type |