Method GetFunction
GetFunction(String)
Gets a function by name from this module
Declaration
public IrFunction GetFunction(string name)
Parameters
public IrFunction GetFunction(string name)
String | name | Name of the function to get |
Returns
IrFunction | The function or null if not found |