Skip to content

ArraySegmentCopier<T>.DeepCopy(ArraySegment<T>, CopyContext)

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.