IDeepCopier<T>.DeepCopy(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.
Creates a deep copy of the provided input.
public T DeepCopy (T input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T * Orleans.Serialization.Cloning.CopyContext -> 'T
Public Function DeepCopy (input As T, context As CopyContext) As T
Parameters
- input
- T
The input.
- context
- CopyContext
The context.
Returns
T
A copy of input
.