ProcessingReportTCloneDictionaryTKey, TValue Method

Deep clones a dictionary,

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected static Dictionary<TKey, TValue> CloneDictionary<TKey, TValue>(
	Dictionary<TKey, TValue> original
)
where TValue : IDeepCloneable

Parameters

original  DictionaryTKey, TValue
The original dictionary to clone.

Type Parameters

TKey
Type of the key.
TValue
Type of the value.

Return Value

DictionaryTKey, TValue
The cloned copy.

See Also