FSharpChoiceCopier<T1,T2,T3,T4,T5> 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.
[Orleans.RegisterCopier]
public class FSharpChoiceCopier<T1,T2,T3,T4,T5> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4,T5>>, Orleans.Serialization.Cloning.IDerivedTypeCopier
[<Orleans.RegisterCopier>]
type FSharpChoiceCopier<'T1, 'T2, 'T3, 'T4, 'T5> = class
interface IDeepCopier<Choice<'T1, 'T2, 'T3, 'T4, 'T5>>
interface IDeepCopier
interface IDerivedTypeCopier
Public Class FSharpChoiceCopier(Of T1, T2, T3, T4, T5)
Implements IDeepCopier(Of FSharpChoice(Of T1, T2, T3, T4, T5)), IDerivedTypeCopier
Type Parameters
- T1
- T2
- T3
- T4
- T5
- Inheritance
-
FSharpChoiceCopier<T1,T2,T3,T4,T5>
- Attributes
- Implements
Constructors
FSharpChoiceCopier<T1,T2,T3,T4,T5>(IDeepCopier<T1>, IDeepCopier<T2>, IDeepCopier<T3>, IDeepCopier<T4>, IDeepCopier<T5>) |
Methods
DeepCopy(FSharpChoice<T1,T2,T3,T4,T5>, CopyContext) |