Interface IDuplicatable<T>
Deep-copy cloning interface. Duplicate() must return a full deep copy of object, including all internal data structures.
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IDuplicatable<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Duplicate()
Declaration
T Duplicate()
Returns
| Type | Description |
|---|---|
| T |