Table of Contents

Constructor Symbol

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

Symbol(string, string, string, IReadOnlyList<Parameter>, int)

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

public Symbol(string name, string description, string returnType, IReadOnlyList<ParameterInfo.Symbol.Parameter> parameters, int currentParameterIndex)

Parameters

name string

Name of the symbol.

description string

Description of the symbol.

returnType string

Return type of the symbol.

parameters IReadOnlyList<ParameterInfo.Symbol.Parameter>

Parameter list of the symbol.

currentParameterIndex int

Current parameter index of the symbol.