Skip to content

ImmutableSortedSetCopier<T> Methods

Copier for System.Collections.Immutable.ImmutableSortedSet.

DeepCopy(ImmutableSortedSet<T>, CopyContext)

View source
public ImmutableSortedSet<T> DeepCopy(ImmutableSortedSet<T> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputImmutableSortedSet<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.