FSharpSetCopier<T>
class
Namespace: Orleans.Serialization
Copier for
Microsoft.FSharp.Collections.FSharpSet. public class FSharpSetCopier<T> : IDeepCopier, IDeepCopier<FSharpSet<T>>Constructors
FSharpSetCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.FSharpSetCopierclass.
Methods
DeepCopy(FSharpSet<T>, CopyContext)Creates a deep copy of the provided input.
