[]
Retrieves a custom function by its name.
protected Function Resolve(string name)
Protected Function Resolve(name As String) As [Function]
| Type | Name | Description |
|---|---|---|
| string | name | The name of the custom function to retrieve. Cannot be null. |
| Type | Description |
|---|---|
| Function | The function associated with the specified name, or null if no such function is registered. |