Compartir a través de


FSharpListCopier<T> Clase

Definición

[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
Herencia
FSharpListCopier<T>
Atributos
Implementaciones
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>

Constructores

FSharpListCopier<T>(IDeepCopier<T>)

Métodos

DeepCopy(FSharpList<T>, CopyContext)

Se aplica a