|
Constructs an instance of a FunctionDefinition using the specified arguments.
- Parameters:
-
| name | Input the name of the function. |
| description | Input a brief description. |
| returnPropertyType | Input the function return property type |
| returnType | Input the function return type |
| arguments | Input the argument definition list |
- Returns:
- Returns FunctionDefinition
|