DeepCopy(ImmutableDictionary<TKey, TValue>, CopyContext)
public ImmutableDictionary<TKey, TValue>? ImmutableDictionaryCopier<TKey, DeepCopy(ImmutableDictionary<TKey, TValue>? input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputImmutableDictionary<TKey, TValue>- The input.
contextCopyContext- The context.
Returns
A copy of
input, or null if input is null. 