AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Language..::..Clone Method

Creates a deep clone of this Language instance. The clone is always unfrozen regardless of the source's frozen state, so callers can mutate it freely.

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

Syntax


public Object Clone()

Return Value

A new mutable Language with the same property values.