Edit

Share via


MemoryCopier<T>.DeepCopy(Memory<T>, CopyContext) Method

Definition

Creates a deep copy of the provided input.

public Memory<T> DeepCopy (Memory<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
override this.DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
Public Function DeepCopy (input As Memory(Of T), context As CopyContext) As Memory(Of T)

Parameters

input
Memory<T>

The input.

context
CopyContext

The context.

Returns

Memory<T>

A copy of input.

Implements

Applies to