Table of Contents

Class ParameterInfo

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Represents properties and methods used to describe evaluated data.

public class ParameterInfo
Inheritance
ParameterInfo

Constructors

ParameterInfo(IReadOnlyList<Symbol>, int)

Initializes a new instance of the ParameterInfo class with specified parameters.

Properties

DeducedCurrentSymbolIndex

Represents number of current symbol.

Symbols

Represents a readonly list of ISymbol related to evaluated data.

Methods

WithSymbols(IReadOnlyList<Symbol>)

Creates a new instance of this ParameterInfo updated to have the ISymbol list specified.