FSharpOptionCopier<T> Class
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.
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. |