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