[]
Gets the total number of parameters that display in the intelli-sense tooltip.
public static int GetArgumentCount(Function function, int argCount, int overload, out bool limited)
Public Shared Function GetArgumentCount([function] As [Function], argCount As Integer, overload As Integer, ByRef limited As Boolean) As Integer
Type | Name | Description |
---|---|---|
Function | function | The function to extract information. |
int | argCount | The total number of current passed arguments. |
int | overload | The order of function overload. |
bool | limited |
|
Type | Description |
---|---|
int | The total number of parameters that display in the intelli-sense tooltip. |