 | ContainerHelperFillMapWithKeyVarK, V Method (DictionaryK, V, Type, String, IDictionary, IGraphModel) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static Dictionary<K, V> FillMapWithKeyVar<K, V>(
Dictionary<K, V> mapToCopyTo,
Type keyVarType,
string valueTypeName,
IDictionary mapToCopy,
IGraphModel model
)
Parameters
- mapToCopyTo
- Type: System.Collections.GenericDictionaryK, V
- keyVarType
- Type: SystemType
- valueTypeName
- Type: SystemString
- mapToCopy
- Type: System.CollectionsIDictionary
- model
- Type: de.unika.ipd.grGen.libGrIGraphModel
Type Parameters
- K
- V
Return Value
Type:
DictionaryK,
V
See Also