DeepCopy(SortedSet<T>, CopyContext)
public SortedSet<T>? DeepCopy(SortedSet<T>? input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputSortedSet<T>- The input.
contextCopyContext- The context.
Returns
A copy of
input, or null if input is null. 