SaaS CMS has officially launched! Learn more now.

Interface IDeepCopy<T>

Specifies a typed deepcopy

Namespace: EPiServer.WorkflowFoundation.Interfaces
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
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

Extension Methods