Interface IDeepCopy<T>
Specifies a typed deepcopy
Namespace: EPiServer.WorkflowFoundation.Interfaces
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
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 |