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