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