MemoryOfByteCopier.DeepCopy(Memory<Byte>, 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.
Copies the input.
public static Memory<byte> DeepCopy (Memory<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : Memory<byte> * Orleans.Serialization.Cloning.CopyContext -> Memory<byte>
Public Shared Function DeepCopy (input As Memory(Of Byte), copyContext As CopyContext) As Memory(Of Byte)
Parameters
- copyContext
- CopyContext
The copy context.
Returns
A copy of the input.