|
ProcessingReportTCloneDictionaryTKey, TValue Method
|
Deep clones a dictionary,
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected static Dictionary<TKey, TValue> CloneDictionary<TKey, TValue>(
Dictionary<TKey, TValue> original
)
where TValue : IDeepCloneable
Parameters
- original
- Type: System.Collections.GenericDictionaryTKey, TValue
The original dictionary to clone.
Type Parameters
- TKey
- Type of the key.
- TValue
- Type of the value.
Return Value
Type:
DictionaryTKey,
TValueThe cloned copy.
See Also