Show / Hide Table of Contents

Class ObjectCopier

Inheritance
Object
ObjectCopier
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public static class ObjectCopier : Object

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.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top