Düzenle

Aracılığıyla paylaş


FSharpSetCopier<T> Class

Definition

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

Type Parameters

T
Inheritance
FSharpSetCopier<T>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpSet<T>>

Constructors

FSharpSetCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(FSharpSet<T>, CopyContext)

Applies to