DeepCopy(Dictionary<TKey, TValue>, CopyContext)
public Dictionary<TKey, TValue> DictionaryCopier<TKey, DeepCopy(Dictionary<TKey, TValue> input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputDictionary<TKey, TValue>- The input.
contextCopyContext- The context.
Returns
A copy of
input.