FSharpSetCopier<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Orleans.RegisterCopier]
public class FSharpSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpSet<T>>
[<Orleans.RegisterCopier>]
type FSharpSetCopier<'T> = class
interface IDeepCopier<Set<'T>>
interface IDeepCopier
Public Class FSharpSetCopier(Of T)
Implements IDeepCopier(Of FSharpSet(Of T))
类型参数
- T
- 继承
-
FSharpSetCopier<T>
- 属性
- 实现
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpSet<T>>
构造函数
FSharpSetCopier<T>(IDeepCopier<T>) |
方法
DeepCopy(FSharpSet<T>, CopyContext) |