Skip to content

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

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

View source
public void ConcurrentDictionaryCopier<TKey, DeepCopy(ConcurrentDictionary<TKey, TValue> input, ConcurrentDictionary<TKey, TValue> output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputConcurrentDictionary<TKey, TValue>
The input.
outputConcurrentDictionary<TKey, TValue>
The output.
contextCopyContext
The context.