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