FSharpValueOptionCopier<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 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. |