Edit

Share via


DictionaryCopier<TKey,TValue> Class

Definition

[Orleans.RegisterCopier]
public sealed class DictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Dictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type DictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<Dictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<Dictionary<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class DictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of Dictionary(Of TKey, TValue)), IDeepCopier(Of Dictionary(Of TKey, TValue))

Type Parameters

TKey

The type of the t key.

TValue

The type of the t value.

Inheritance
DictionaryCopier<TKey,TValue>
Attributes
Implements

Constructors

DictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Initializes a new instance of the DictionaryCopier<TKey,TValue> class.

Methods

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)

Clones members from input and copies them to output.

Applies to