Table of Contents

Constructor ParameterInfo

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
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 int

Number of current symbol.