DeepCopy(ConcurrentDictionary<TKey, TValue>, ConcurrentDictionary<TKey, TValue>, CopyContext)
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.
