Edit

Share via


ArraySegmentCopier<T>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

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

Parameters

input
ArraySegment<T>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to