Skip to content

IDeepCopierProvider.TryGetDeepCopier

TryGetDeepCopier

abstract
public abstract IDeepCopier<T>? TryGetDeepCopier<T>()
Gets a deep copier capable of copying instances of type T, or returns null if an appropriate copier was not found.

Returns

A deep copier capable of copying instances of type T, or null if an appropriate copier was not found.