Class ParameterInfoSymbol
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Represents data for the parameter info.
public class ParameterInfoSymbol
- Inheritance
-
ParameterInfoSymbol
Constructors
- ParameterInfoSymbol(string, string, string, int, int, IEnumerable<ParameterInfoSymbol>)
Initializes a new instance of the
ParameterInfoSymbol
class with specified parameters.
Properties
- CurrentSymbolIndex
Gets index of current symbol.
- DisplayText
Gets formatted string contained parameter data.
- ParameterDescription
Gets description of the parameter.
- SymbolDescription
Gets description of the current symbol.
- Symbols
Gets symbols in the parameter info.
- SymbolsCount
Gets number of the symbols in the parameter info.