 | IActionsGetFunctionDefinition Method |
Retrieve a function definition.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIFunctionDefinition GetFunctionDefinition(
string name
)
Parameters
- name String
- The name of the function to retrieve
Return Value
IFunctionDefinitionThe function or null if no such function exists.
See Also