Table of Contents

Class ParameterInfoRetrieverCSharp

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.v9.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 ParameterInfo for specified position inside the code.