Constructor Symbol
- 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
stringName of the symbol.
description
stringDescription of the symbol.
returnType
stringReturn type of the symbol.
parameters
IReadOnlyList<ParameterInfo.Symbol.Parameter>Parameter list of the symbol.
currentParameterIndex
intCurrent parameter index of the symbol.