Class DeepCloneHelper
Inheritance
System.Object
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public static class DeepCloneHelper
Methods
View SourceDeepCloneRefProperties(IDeepCloneable, IDeepCloneable)
Used to deep clone any reference properties on the object (should be done after a MemberwiseClone for which the outcome is 'output')
Declaration
public static void DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
Parameters
Type | Name | Description |
---|---|---|
IDeepCloneable | input | |
IDeepCloneable | output |