ProcessingReportTCloneDictionaryTKey, TValue Method
            
            Deep clones a dictionary,
            
            
            
              Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected static Dictionary<TKey, TValue> CloneDictionary<TKey, TValue>(
	Dictionary<TKey, TValue> original
)
where TValue : IDeepCloneable
- original  DictionaryTKey, TValue
- The original dictionary to clone.
- TKey
- Type of the key.
- TValue
- Type of the value.
DictionaryTKey, 
TValueThe cloned copy.