Method TryGetFunction
TryGetFunction(String, out IrFunction)
Looks up a function in the module by name
Declaration
public bool TryGetFunction(string name, out IrFunction function)
Parameters
public bool TryGetFunction(string name, out IrFunction function)
String | name | Name of the function |
IrFunction | function | The function or null if not found |
Returns
Boolean | true if the function was found or false if not |