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