FSharpSetCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |