Method GetFormattedParameterInfoSymbolString
- Assembly
- Alternet.Scripter.Debugger.v10.dll
GetFormattedParameterInfoSymbolString(ParameterInfo, int)
Returns formatted string in C# style corresponding to the specified ParameterInfo.
public static string GetFormattedParameterInfoSymbolString(ParameterInfo parameterInfo, int currentSymbolIndex)
Parameters
parameterInfoParameterInfoParameterInfoto be formatted.currentSymbolIndexintNumber of current symbol in the parameter info.
Returns
- string
Formatted string containing method description.