'Declaration
Public Function GetArgumentType( _ ByVal argIndex As Integer, _ ByVal argCount As Integer _ ) As ArgumentType
'Usage
Dim instance As Function Dim argIndex As Integer Dim argCount As Integer Dim value As ArgumentType value = instance.GetArgumentType(argIndex, argCount)
public ArgumentType GetArgumentType( int argIndex, int argCount )
Parameters
- argIndex
- The argument position.
- argCount
- The total number of arguments.