Summary
Creates a clone of provided object
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Reflect .Generic 
- Containing Type
- GenericReflector
Syntax
public virtual Object DeepClone(Object obj)Parameters
| Name | Type | Description | 
|---|---|---|
| obj | Object | object to copy | 
Return Value
| Type | Description | 
|---|---|
| Object | copy of the submitted object |