Performs a deep copy of a storage object or primitive. Supports nested IStorage, IStorageArray, Primitive. All other types are transferred as is.
The storage object or primitive to be cloned.
New storage object or primitive; null if cloning failed.
null
An exception will be thrown if the copied object is not a storage object.
Performs a deep copy of a storage object or primitive. Supports nested IStorage, IStorageArray, Primitive. All other types are transferred as is.