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