Method GetFormattedParameterInfoSymbolString
- Assembly
- Alternet.Scripter.Debugger.Common.v9.dll
GetFormattedParameterInfoSymbolString(ParameterInfo, int)
When implemented by a class, returns formatted string corresponding to the specified ParameterInfo
.
string GetFormattedParameterInfoSymbolString(ParameterInfo parameterInfo, int currentSymbolIndex)
Parameters
parameterInfo
ParameterInfoParameterInfo
to be formatted.currentSymbolIndex
intNumber of current symbol in the parameter info.
Returns
- string
Formatted string contained evaluated expression data.