Class ParameterInfoRetrieverCSharp
- Assembly
- Alternet.Scripter.Debugger.v10.dll
Provides parameter info generation for C# based on Microsoft Roslyn.
public static class ParameterInfoRetrieverCSharp
- Inheritance
-
ParameterInfoRetrieverCSharp
Methods
- GetFormattedParameterInfoSymbolString(ParameterInfo, int)
Returns formatted string in C# style corresponding to the specified
ParameterInfo.
- GetParameterInfo(SemanticModel, SyntaxNode, int)
Retrieves
ParameterInfofor specified position inside the code.