ObjectCopier.DeepCopy(Object, CopyContext) 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.
Creates a deep copy of the provided input.
public static object DeepCopy (object input, Orleans.Serialization.Cloning.CopyContext context);
static member DeepCopy : obj * Orleans.Serialization.Cloning.CopyContext -> obj
Public Shared Function DeepCopy (input As Object, context As CopyContext) As Object
Parameters
- input
- Object
The input.
- context
- CopyContext
The context.
Returns
A copy of input
.