ReadOnlyCollectionCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.ObjectModel.ReadOnlyCollection. public sealed class ReadOnlyCollectionCopier<T> : IDeepCopier, IDeepCopier<ReadOnlyCollection<T>>Constructors
ReadOnlyCollectionCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.ReadOnlyCollectionCopierclass.
Methods
DeepCopy(ReadOnlyCollection<T>, CopyContext)Creates a deep copy of the provided input.
