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