KeyValuePairCopier<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Generic.KeyValuePair. public sealed class KeyValuePairCopier<TKey, TValue> : IDeepCopier, IDeepCopier<KeyValuePair<TKey, TValue>>, IOptionalDeepCopierConstructors
KeyValuePairCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.Codecs.KeyValuePairCopierclass.
Methods
DeepCopy(KeyValuePair<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
