FunctionExists(string)
Last updated
Was this helpful?
Method in Library
Gets a value indicating whether this Library contains a function named name .
public bool FunctionExists(string name)string name
The name of the function to look for.
true if a function exists in this Library; false otherwise.
Last updated
Was this helpful?
Was this helpful?
