Click or drag to resize

IGlobalVariablesFillCustomCommandDescriptions Method

Adds the custom commands descriptions of this object to the customCommandsToDescriptions.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void FillCustomCommandDescriptions(
	Dictionary<string, string> customCommandsToDescriptions
)

Parameters

customCommandsToDescriptions  DictionaryString, String
The map of custom commands to descriptions that gets filled
See Also