Skip to content

FSharpListCopier<T>.DeepCopy(FSharpList<T>, CopyContext)

DeepCopy(FSharpList<T>, CopyContext)

View source
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.