[]
Initializes a new instance of the Function class.
protected Function(string functionName, int minArgs, int maxArgs, FunctionAttributes attributes)
Protected Sub New(functionName As String, minArgs As Integer, maxArgs As Integer, attributes As FunctionAttributes)
| Type | Name | Description |
|---|---|---|
| string | functionName | A string value represents the function name. |
| int | minArgs | An integer values indicates the minimum argument count. |
| int | maxArgs | An integer values indicates the maximum argument count. |
| FunctionAttributes | attributes | A FunctionAttributes value indicates attributes of the function. |