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