[]
Gets the minimum number of arguments must be passed to the function.
public static int GetMinimumArgumentCount(Function function, int overload)
Public Shared Function GetMinimumArgumentCount([function] As [Function], overload As Integer) As Integer
Type | Name | Description |
---|---|---|
Function | function | The function to extract information. |
int | overload |
Type | Description |
---|---|
int | The minimum number of arguments |