SerializationManager.DeepCopyInner(Object, ICopyContext) 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.
This method makes a deep copy of the object passed to it.
public static object DeepCopyInner (object original, Orleans.Serialization.ICopyContext context);
static member DeepCopyInner : obj * Orleans.Serialization.ICopyContext -> obj
Public Shared Function DeepCopyInner (original As Object, context As ICopyContext) As Object
Parameters
- original
- Object
The input data to be deep copied.
- context
- ICopyContext
The context.
Returns
Deep copied clone of the original input object.