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