Redigera

Dela via


FSharpOptionCopier<T> Class

Definition

Copier implementation for Microsoft.FSharp.Core.FSharpOption`1.

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

Type Parameters

T

The underlying value type of the option type.

Inheritance
FSharpOptionCopier<T>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpOption<T>>

Constructors

FSharpOptionCopier<T>(IDeepCopier<T>)

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

Methods

DeepCopy(FSharpOption<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to