DeepCopy(ConcurrentDictionarySurrogate<TKey, TValue>, CopyContext)
public ConcurrentDictionarySurrogate<TKey, TValue> Copier_ConcurrentDictionarySurrogate<TKey, DeepCopy(ConcurrentDictionarySurrogate<TKey, TValue> result, CopyContext context) Creates a deep copy of the provided input.
Parameters
resultConcurrentDictionarySurrogate<TKey, TValue>- The input.
contextCopyContext- The context.
Returns
A copy of
input.