FSharpListCopier<T> Class

Definition

[Orleans.RegisterCopier]
public class FSharpListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>
[<Orleans.RegisterCopier>]
type FSharpListCopier<'T> = class
    interface IDeepCopier<List<'T>>
    interface IDeepCopier
Public Class FSharpListCopier(Of T)
Implements IDeepCopier(Of FSharpList(Of T))

Type Parameters

T
Inheritance
FSharpListCopier<T>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>

Constructors

FSharpListCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(FSharpList<T>, CopyContext)

Applies to