IActionRegistration.RegisterFunctionDeclaration(string,Type,Type[])
Method in IActionRegistration
Summary
Registers a function as existing, without supplying an implementation.
void RegisterFunctionDeclaration(string name, Type returnType, Type[] parameterTypes);Parameters
| Name | Description |
|---|---|
string name | The name of the function. |
Type returnType | The return type of the function. |
Type[] parameterTypes | The types of the function’s parameters. |