FSharpListCopier<T> 类

定义

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

类型参数

T
继承
FSharpListCopier<T>
属性
实现
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>

构造函数

FSharpListCopier<T>(IDeepCopier<T>)

方法

DeepCopy(FSharpList<T>, CopyContext)

适用于