Makes a copy from the object.
   Doesn't copy the reference memory, only data.
   
                
    Namespace: 
   Core
    Assembly:
   Core (in Core.dll)
public static T Clone<T>(
	Object item
)
Type Parameters
- T
- Type of the return object.
Parameters
- item
- Type: Object
 Object to be copied.
Return Value
Returns the copied object.