Skip to content

FrozenDictionaryCopier<TKey, TValue>.DeepCopy(FrozenDictionary<TKey, TValue>, CopyContext)

DeepCopy(FrozenDictionary<TKey, TValue>, CopyContext)

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

Parameters

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

Returns

A copy of input, or null if input is null.