FSharpChoiceCopier<T1,T2,T3> 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.
C#
[Orleans.RegisterCopier]
public class FSharpChoiceCopier<T1,T2,T3> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3>>, Orleans.Serialization.Cloning.IDerivedTypeCopier
[<Orleans.RegisterCopier>]
type FSharpChoiceCopier<'T1, 'T2, 'T3> = class
interface IDeepCopier<Choice<'T1, 'T2, 'T3>>
interface IDeepCopier
interface IDerivedTypeCopier
Public Class FSharpChoiceCopier(Of T1, T2, T3)
Implements IDeepCopier(Of FSharpChoice(Of T1, T2, T3)), IDerivedTypeCopier
- T1
- T2
- T3
- Inheritance
-
FSharpChoiceCopier<T1,T2,T3>
- Attributes
- Implements
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |