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