Interface IDeepCopy<T>
Specifies a typed deepcopy
Namespace: EPiServer.WorkflowFoundation.Interfaces
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2Syntax
public interface IDeepCopy<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
DeepCopy()
Makes a Deep copy of the generic type
Declaration
T DeepCopy()
Returns
| Type | Description |
|---|---|
| T | copy |