ConcurrentDictionaryCopier<TKey,TValue> Class

Definition

C#
[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>>

Type Parameters

TKey

The type of the t key.

TValue

The type of the t value.

Inheritance
ConcurrentDictionaryCopier<TKey,TValue>
Attributes
Implements

Constructors

Methods

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

Clones members from input and copies them to output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0