[]
Gets the total number of function overloads.
public static int GetOverloads(Function function)
Public Shared Function GetOverloads([function] As [Function]) As Integer
Type | Name | Description |
---|---|---|
Function | function | The function to extract information. |
Type | Description |
---|---|
int | The total number of function overloads. |