Constructor ParameterInfoSymbol
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
ParameterInfoSymbol(string, string, string, int, int, IEnumerable<ParameterInfoSymbol>)
Initializes a new instance of the ParameterInfoSymbol
class with specified parameters.
public ParameterInfoSymbol(string displayText, string symbolDescription, string parameterDescription, int currentSymbolIndex, int symbolsCount, IEnumerable<ParameterInfoSymbol> symbols)
Parameters
displayText
stringFormatted string contained parameter data.
symbolDescription
stringDescription of the current symbol.
parameterDescription
stringDescription of the parameter
currentSymbolIndex
intIndex of current symbol.
symbolsCount
intNumber of the symbols in the parameter info.
symbols
IEnumerable<ParameterInfoSymbol>Symbols in the parameter info.