Skip to content

FSharpRefCopier<T> Methods

Copier for Microsoft.FSharp.Core.FSharpRef.

DeepCopy(FSharpRef<T>, CopyContext)

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

Parameters

inputFSharpRef<T>
The input.
contextCopyContext
The context.

Returns

A copy of input, or null if input is null.