Поделиться через


ConcurrentDictionaryCopier<TKey,TValue> Класс

Определение

Средство копирования для ConcurrentDictionary<TKey,TValue>.

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

Параметры типа

TKey

Тип ключа t.

TValue

Тип значения t.

Наследование
ConcurrentDictionaryCopier<TKey,TValue>
Атрибуты
Реализации

Конструкторы

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

Инициализирует новый экземпляр класса ConcurrentDictionaryCopier<TKey,TValue>.

Методы

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

Клонирует элементы из input и копирует их в output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Создает глубокую копию предоставленных входных данных.

Применяется к