Skip to content

HashSetCopier<T>.DeepCopy(HashSet<T>, HashSet<T>, CopyContext)

DeepCopy(HashSet<T>, HashSet<T>, CopyContext)

View source
public void DeepCopy(HashSet<T> input, HashSet<T> output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputHashSet<T>
The input.
outputHashSet<T>
The output.
contextCopyContext
The context.