ProtobufNetSerializer.DeepCopy(Object, ICopyContext) 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.
Tries to create a copy of source.
public object DeepCopy (object source, Orleans.Serialization.ICopyContext context);
abstract member DeepCopy : obj * Orleans.Serialization.ICopyContext -> obj
override this.DeepCopy : obj * Orleans.Serialization.ICopyContext -> obj
Public Function DeepCopy (source As Object, context As ICopyContext) As Object
Parameters
- source
- Object
The item to create a copy of
- context
- ICopyContext
The context in which the object is being copied.
Returns
The copy