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