Skip to content

FSharpSetCopier<T>.DeepCopy(FSharpSet<T>, CopyContext)

DeepCopy(FSharpSet<T>, CopyContext)

View source
public FSharpSet<T> DeepCopy(FSharpSet<T> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputFSharpSet<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.