PropertyInterface
Nectunia.Utility.DeepCopy Class Reference

Detailed Description

Class to deep copy an serializable object.

Static Public Member Functions

static T Clone< T > (T source)
 Return a deep copy of the passed object. More...
 

Member Function Documentation

◆ Clone< T >()

static T Nectunia.Utility.DeepCopy.Clone< T > ( source)
static

Return a deep copy of the passed object.

Template Parameters
TType of the object.
Parameters
sourceThe object to clone.
Returns
The clone object of Type T.