Skip to content

DictionaryCopier<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Copier for System.Collections.Generic.Dictionary.
public sealed class DictionaryCopier<TKey, TValue> : IBaseCopier, IBaseCopier<Dictionary<TKey, TValue>>, IDeepCopier, IDeepCopier<Dictionary<TKey, TValue>>
where TKey : notnull

Constructors

Methods