DeepCopy(ArrayList, CopyContext)
public ArrayList DeepCopy(ArrayList input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputArrayList- The input.
contextCopyContext- The context.
Returns
A copy of
input.System.Collections.ArrayList. public ArrayList DeepCopy(ArrayList input, CopyContext context)inputArrayListcontextCopyContextinput.public void DeepCopy(ArrayList input, ArrayList output, CopyContext context)input and copies them to output. inputArrayListoutputArrayListcontextCopyContext