 | ContainerHelperFillMap Method (IDictionary, String, String, Object, IGraphModel) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static IDictionary FillMap(
IDictionary mapToCopyTo,
string keyTypeName,
string valueTypeName,
Object hopefullyMapToCopy,
IGraphModel model
)
Parameters
- mapToCopyTo
- Type: System.CollectionsIDictionary
- keyTypeName
- Type: SystemString
- valueTypeName
- Type: SystemString
- hopefullyMapToCopy
- Type: SystemObject
- model
- Type: de.unika.ipd.grGen.libGrIGraphModel
Return Value
Type:
IDictionary
See Also