Partager via


FSharpListCopier<T> Classe

Définition

[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))

Paramètres de type

T
Héritage
FSharpListCopier<T>
Attributs
Implémente
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>

Constructeurs

FSharpListCopier<T>(IDeepCopier<T>)

Méthodes

DeepCopy(FSharpList<T>, CopyContext)

S’applique à