Edit

Share via


IDeepCopier Interface

Definition

Marker type for deep copiers.

public interface IDeepCopier
type IDeepCopier = interface
Public Interface IDeepCopier
Derived

Methods

DeepCopy(Object, CopyContext)

Creates a deep copy of the provided untyped input. The type must still match the copier instance!

Applies to