[]
Gets the function description which is displayed from Function Arguments dialog.
public virtual string GetDescription2(Function function)
Public Overridable Function GetDescription2([function] As [Function]) As String
Type | Name | Description |
---|---|---|
Function | function | The function to extract description. |
Type | Description |
---|---|
string | A string value represents description of the function. |
Gets the function description which is displayed from Function Arguments dialog.
public virtual string GetDescription2(BuiltinFunction builtinFunction)
Public Overridable Function GetDescription2(builtinFunction As BuiltinFunction) As String
Type | Name | Description |
---|---|---|
BuiltinFunction | builtinFunction | The function to display. |
Type | Description |
---|---|
string | A string value represents the function's description. |