TupleCopier<T>.DeepCopy(Tuple<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 Tuple<T> DeepCopy (Tuple<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T * Orleans.Serialization.Cloning.CopyContext -> 'T
override this.DeepCopy : 'T * Orleans.Serialization.Cloning.CopyContext -> 'T
Public Function DeepCopy (input As Tuple(Of T), context As CopyContext) As Tuple(Of T)
Parameters
- input
- Tuple<T>
The input.
- context
- CopyContext
The context.
Returns
Tuple<T>
A copy of input
.