Class ObjectCopier
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public static class ObjectCopier
Methods
Clone<T>(T)
Perform a deep Copy of the object.
Declaration
public static T Clone<T>(T source)
Parameters
| Type | Name | Description |
|---|---|---|
| T | source | The object instance to copy. |
Returns
| Type | Description |
|---|---|
| T | The copied object. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of object being copied. |