Skip to content

SortedSetCopier<T> Methods

Copier for System.Collections.Generic.SortedSet.

DeepCopy(SortedSet<T>, CopyContext)

View source
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.