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