Skip to content

FSharpSetCopier<T> Methods

Copier for Microsoft.FSharp.Collections.FSharpSet.

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, or null if input is null.