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.2
Syntax
C#
void FillCustomCommandDescriptions(
	Dictionary<string, string> customCommandsToDescriptions
)

Parameters

customCommandsToDescriptions
Type: System.Collections.GenericDictionaryString, String
The map of custom commands to descriptions that gets filled
See Also