Title here
Summary here
This class exposes cloning functionality for objects of a specific type.
Name | Description |
---|---|
T | The type of the object that should be cloned. |
Creates a deep clone of the object.
Type | Name | Description |
---|---|---|
T | row | The object that needs to be cloned. |
Type | Description |
---|---|
T | A deep clone of the provided object. |