SerializationManager.DeepCopy(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deep copy the specified object, using DeepCopier functions previously registered for this type.
public object DeepCopy (object original);
member this.DeepCopy : obj -> obj
Public Function DeepCopy (original As Object) As Object
Parameters
- original
- Object
The input data to be deep copied.
Returns
Deep copied clone of the original input object.