[]
Gets the description of function's argument which is displayed from Function Arguments dialog.
public virtual string GetArgumentDescription(Function function, int index, int overload)
Public Overridable Function GetArgumentDescription([function] As [Function], index As Integer, overload As Integer) As String
Type | Name | Description |
---|---|---|
Function | function | |
int | index | The order of argument. |
int | overload | The index of overload. |
Type | Description |
---|---|
string | A string value represents the description of function's argument. |