Skip to content

KeyValuePairCopier<TKey, TValue> Methods

Copier for System.Collections.Generic.KeyValuePair.

DeepCopy(KeyValuePair<TKey, TValue>, CopyContext)

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

Parameters

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

Returns

A copy of input.