Skip to content

ArraySegmentOfByteCopier.DeepCopy(ArraySegment<byte>, CopyContext)

DeepCopy(ArraySegment<byte>, CopyContext)

static
View source
public static ArraySegment<byte> DeepCopy(ArraySegment<byte> input, CopyContext copyContext)
Copies the input.

Parameters

inputArraySegment<byte>
The input.
copyContextCopyContext
The copy context.

Returns

A copy of the input.