Constructor Symbol
- Assembly
- Alternet.Scripter.Debugger.Common.v10.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
namestringName of the symbol.
descriptionstringDescription of the symbol.
returnTypestringReturn type of the symbol.
parametersIReadOnlyList<ParameterInfo.Symbol.Parameter>Parameter list of the symbol.
currentParameterIndexintCurrent parameter index of the symbol.