Skip to content

ArrayListCopier.DeepCopy(ArrayList, ArrayList, CopyContext)

DeepCopy(ArrayList, ArrayList, CopyContext)

View source
public void DeepCopy(ArrayList input, ArrayList output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputArrayList
The input.
outputArrayList
The output.
contextCopyContext
The context.