AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Domain..::..Clone Method

Creates a deep clone of this Domain with all collection items and nested objects cloned, not shared. Safe for callers to mutate any property or item without affecting the source. The cloned Domain is always unfrozen.

Namespace:  AdvantageCMS.Core.Common.BusinessEntity
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public Object Clone()

Return Value

A new Domain object with fully independent copies of all properties.