DeepCopy(ArraySegment<T>, CopyContext)
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.