Compartilhar via


FSharpListCopier<T> Classe

Definição

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

Parâmetros de tipo

T
Herança
FSharpListCopier<T>
Atributos
Implementações
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>

Construtores

FSharpListCopier<T>(IDeepCopier<T>)

Métodos

DeepCopy(FSharpList<T>, CopyContext)

Aplica-se a