DeepCopy(SortedSetSurrogate<T>, CopyContext)
public SortedSetSurrogate<T> DeepCopy(SortedSetSurrogate<T> result, CopyContext context) Creates a deep copy of the provided input.
Parameters
resultSortedSetSurrogate<T>- The input.
contextCopyContext- The context.
Returns
A copy of
input.