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