ListCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Generic.List. public sealed class ListCopier<T> : IBaseCopier, IBaseCopier<List<T>>, IDeepCopier, IDeepCopier<List<T>>Constructors
ListCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.ListCopierclass.
Methods
DeepCopy(List<T>, CopyContext)Creates a deep copy of the provided input.DeepCopy(List<T>, List<T>, CopyContext)Clones members frominputand copies them tooutput.
