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

NameDescription
string nameThe name of the function.
Type returnTypeThe return type of the function.
Type[] parameterTypesThe types of the function’s parameters.