FSharpSetCopier<T> 类

定义

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

适用于