DeepCopy(List<T>, CopyContext)
public List<T> DeepCopy(List<T> input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputList<T>- The input.
contextCopyContext- The context.
Returns
A copy of
input.public List<T> DeepCopy(List<T> input, CopyContext context)inputList<T>contextCopyContextinput.