FSharpValueOptionCopier<T>.DeepCopy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep copy of the provided input.
public Microsoft.FSharp.Core.FSharpValueOption<T> DeepCopy (Microsoft.FSharp.Core.FSharpValueOption<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : ValueOption<'T> * Orleans.Serialization.Cloning.CopyContext -> ValueOption<'T>
override this.DeepCopy : ValueOption<'T> * Orleans.Serialization.Cloning.CopyContext -> ValueOption<'T>
Public Function DeepCopy (input As FSharpValueOption(Of T), context As CopyContext) As FSharpValueOption(Of T)
Parameters
- input
- Microsoft.FSharp.Core.FSharpValueOption<T>
The input.
- context
- CopyContext
The context.
Returns
Microsoft.FSharp.Core.FSharpValueOption<T>
A copy of input
.