'Declaration
Public Function GetArgumentType( _ ByVal function As Function, _ ByVal index As Integer, _ ByVal argCount As Integer, _ Optional ByVal overload As Integer _ ) As ValueType
Parameters
- function
- The function to extract parameter name.
- index
- An integer value indicates the parameter's position.
- argCount
- The total number of current passed arguments.
- overload
- An integer value indicates the order of function overload.
Return Value
A string value represents the parameter name.