Table of Contents

Method GetFormattedParameterInfoSymbolString

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

GetFormattedParameterInfoSymbolString(ParameterInfo, int)

Returns formatted string in Visual Basic style corresponding to the specified ParameterInfo.

public static string GetFormattedParameterInfoSymbolString(ParameterInfo parameterInfo, int currentSymbolIndex)

Parameters

parameterInfo ParameterInfo

ParameterInfo to be formatted.

currentSymbolIndex int

Number of current symbol in the parameter info.

Returns

string

Formatted string containing method description.