Skip to content

ReadOnlyDictionaryCopier<TKey, TValue>.DeepCopy(ReadOnlyDictionary<TKey, TValue>, CopyContext)

DeepCopy(ReadOnlyDictionary<TKey, TValue>, CopyContext)

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

Parameters

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

Returns

A copy of input.