Skip to content

SortedDictionaryCopier<TKey, TValue> Methods

Copier for System.Collections.Generic.SortedDictionary.

DeepCopy(SortedDictionary<TKey, TValue>, CopyContext)

View source
public SortedDictionary<TKey, TValue> SortedDictionaryCopier<TKey, DeepCopy(SortedDictionary<TKey, TValue> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputSortedDictionary<TKey, TValue>
The input.
contextCopyContext
The context.

Returns

A copy of input.