Constructor ParameterInfo
- Assembly
- Alternet.Scripter.Debugger.Common.v9.dll
ParameterInfo(IReadOnlyList<Symbol>, int)
Initializes a new instance of the ParameterInfo
class with specified parameters.
public ParameterInfo(IReadOnlyList<ParameterInfo.Symbol> symbols, int deducedCurrentSymbolIndex)
Parameters
symbols
IReadOnlyList<ParameterInfo.Symbol>List of
ISymbol
related to evaluated data.deducedCurrentSymbolIndex
intNumber of current symbol.