 | ContainerHelperFillMapWithKeyVarValueVarK, V(DictionaryK, V, Type, Type, IDictionary) Method |
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static void FillMapWithKeyVarValueVar<K, V>(
Dictionary<K, V> targetMap,
Type keyVarType,
Type valueVarType,
IDictionary sourceMap
)
Parameters
- targetMap DictionaryK, V
-
- keyVarType Type
-
- valueVarType Type
-
- sourceMap IDictionary
-
Type Parameters
- K
- V
See Also