CompanyClone Method

Creates a new object that is a copy of the current instance.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public override Object Clone()

Return Value

Object
A new object that is a copy of this instance.

Implements

ICloneableClone

See Also