IBaseCopier<T>.DeepCopy(T, T, 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.
Clones members from input
and copies them to output
.
public void DeepCopy (T input, T output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T * 'T * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As T, output As T, context As CopyContext)
Parameters
- input
- T
The input.
- output
- T
The output.
- context
- CopyContext
The context.