Click or drag to resize

IActionsGetFunctionDefinition Method

Retrieve a function definition.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IFunctionDefinition GetFunctionDefinition(
	string name
)

Parameters

name
Type: SystemString
The name of the function to retrieve

Return Value

Type: IFunctionDefinition
The function or null if no such function exists.
See Also