FSharpListCopier<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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) |