Table of Contents

Constructor ParameterInfoSymbol

Namespace
Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

ParameterInfoSymbol(string, string, string, int, int, IEnumerable<ParameterInfoSymbol>)

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

public ParameterInfoSymbol(string displayText, string symbolDescription, string parameterDescription, int currentSymbolIndex, int symbolsCount, IEnumerable<ParameterInfoSymbol> symbols)

Parameters

displayText string

Formatted string contained parameter data.

symbolDescription string

Description of the current symbol.

parameterDescription string

Description of the parameter

currentSymbolIndex int

Index of current symbol.

symbolsCount int

Number of the symbols in the parameter info.

symbols IEnumerable<ParameterInfoSymbol>

Symbols in the parameter info.