Skip to content

ArraySegmentCopier<T> Methods

Copier for System.ArraySegment.

DeepCopy(ArraySegment<T>, CopyContext)

View source
public ArraySegment<T> DeepCopy(ArraySegment<T> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputArraySegment<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.