ReadOnlyDictionaryCopier<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.ObjectModel.ReadOnlyDictionary. public sealed class ReadOnlyDictionaryCopier<TKey, TValue> : IDeepCopier, IDeepCopier<ReadOnlyDictionary<TKey, TValue>> where TKey : notnullConstructors
ReadOnlyDictionaryCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.Codecs.ReadOnlyDictionaryCopierclass.
Methods
DeepCopy(ReadOnlyDictionary<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.
