'Declaration
Public Overridable Function GetArgumentDescription( _ ByVal function As Function, _ ByVal index As Integer, _ ByVal overload As Integer _ ) As String
'Usage
Dim instance As LanguagePackage Dim function As Function Dim index As Integer Dim overload As Integer Dim value As String value = instance.GetArgumentDescription(function, index, overload)
Parameters
- function
- index
- The order of argument.
- overload
- The index of overload.
Return Value
A string value represents the description of function's argument.