FSharpValueOptionCopier<T> Class

Definition

Copier for Microsoft.FSharp.Core.FSharpValueOption`1.

[Orleans.RegisterCopier]
public sealed class FSharpValueOptionCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpValueOption<T>>
[<Orleans.RegisterCopier>]
type FSharpValueOptionCopier<'T> = class
    interface IDeepCopier<ValueOption<'T>>
    interface IDeepCopier
Public NotInheritable Class FSharpValueOptionCopier(Of T)
Implements IDeepCopier(Of FSharpValueOption(Of T))

Type Parameters

T

The underlying value type.

Inheritance
FSharpValueOptionCopier<T>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpValueOption<T>>

Constructors

FSharpValueOptionCopier<T>(IDeepCopier<T>)

Initializes a new instance of the FSharpValueOptionCopier<T> class.

Methods

DeepCopy(FSharpValueOption<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to