DeepCopy(ImmutableSortedDictionary<TKey, TValue>, CopyContext)
public ImmutableSortedDictionary<TKey, TValue> ImmutableSortedDictionaryCopier<TKey, DeepCopy(ImmutableSortedDictionary<TKey, TValue> input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputImmutableSortedDictionary<TKey, TValue>- The input.
contextCopyContext- The context.
Returns
A copy of
input.