Constructor ParameterInfoSymbol
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.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
displayTextstringFormatted string contained parameter data.
symbolDescriptionstringDescription of the current symbol.
parameterDescriptionstringDescription of the parameter
currentSymbolIndexintIndex of current symbol.
symbolsCountintNumber of the symbols in the parameter info.
symbolsIEnumerable<ParameterInfoSymbol>Symbols in the parameter info.