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