IDeepCopier.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 untyped input. The type must still match the copier instance!
public object DeepCopy (object input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : obj * Orleans.Serialization.Cloning.CopyContext -> obj
Public Function DeepCopy (input As Object, context As CopyContext) As Object
Parameters
- input
- Object
- context
- CopyContext