FSharpValueOptionCopier<T> Class

Definition

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

C#
[Orleans.RegisterCopier]
public sealed class FSharpValueOptionCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpValueOption<T>>

Type Parameters

T

The underlying value type.

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

Constructors

Methods

DeepCopy(FSharpValueOption<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0