DeregisterFunction(string)
Removes a function from the Library.
public void DeregisterFunction(string name)
If no function with the given name is present in the Library, this method does nothing.
Name | Description |
---|---|
string name | The name of the function to remove. |
Last modified 24d ago