Skip to content

ConcurrentDictionaryCopier<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Copier for System.Collections.Concurrent.ConcurrentDictionary.
public sealed class ConcurrentDictionaryCopier<TKey, TValue> : IBaseCopier, IBaseCopier<ConcurrentDictionary<TKey, TValue>>, IDeepCopier, IDeepCopier<ConcurrentDictionary<TKey, TValue>>
where TKey : notnull

Constructors

Methods