Edytuj

Udostępnij za pośrednictwem


SerializationManager.DeepCopy(Object) Method

Definition

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.

Applies to