[]
Gets description of the function.
public virtual string GetDescription(Function function)
Public Overridable Function GetDescription([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 auto-completed window.
public virtual string GetDescription(BuiltinFunction builtinFunction)
Public Overridable Function GetDescription(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. |
Gets description of the item specifier.
public virtual string GetDescription(StructuredItemSpecifiers value)
Public Overridable Function GetDescription(value As StructuredItemSpecifiers) As String
Type | Name | Description |
---|---|---|
StructuredItemSpecifiers | value | The item specifier of the structured object. |
Type | Description |
---|---|
string | A string value represents description of the item specifier. |