[ Version ( since = "2.4" ) ]
public void* duplicate ()
Creates a copy of the passed object by copying all object properties.
The default implementation of the ConfigInterface only works for objects that are completely defined by their properties.
| this |
a Object that implements the ConfigInterface. |
|
the duplicated Config object |