Skip to content

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

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

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

Parameters

inputDictionary<TKey, TValue>
The input.
outputDictionary<TKey, TValue>
The output.
contextCopyContext
The context.