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