ArrayListCopier
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.ArrayList. public sealed class ArrayListCopier : IBaseCopier, IBaseCopier<ArrayList>, IDeepCopier, IDeepCopier<ArrayList>Constructors
Methods
DeepCopy(ArrayList, CopyContext)Creates a deep copy of the provided input.DeepCopy(ArrayList, ArrayList, CopyContext)Clones members frominputand copies them tooutput.
