GetFunction(string)
Last updated
Was this helpful?
Method in Library
Returns a System.Delegate with a given name.
public Delegate GetFunction(string name)string name
The name of the function to retrieve.
The System.Delegate .
Last updated
Was this helpful?
Was this helpful?
