FSharpValueOptionCopier<T> Class
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.
C#
[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))
- T
The underlying value type.
- Inheritance
-
FSharpValueOptionCopier<T>
- Attributes
- Implements
-
IDeepCopier IDeepCopier<Microsoft.
FSharp. <T>>Core. FSharp Value Option
FSharp |
Initializes a new instance of the FSharpValueOptionCopier<T> class. |
Deep |
Creates a deep copy of the provided input. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |