GetFunction(string)
Returns a
System.Delegate
with a given name.public Delegate GetFunction(string name)
Name | Description |
---|---|
string name | The name of the function to retrieve. |
The
System.Delegate
.Last modified 2mo ago