Table of Contents

Method GetParameterInfo

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

GetParameterInfo(SemanticModel, SyntaxNode, int)

Retrieves ParameterInfo for specified position inside the code.

public static ParameterInfo GetParameterInfo(SemanticModel model, SyntaxNode node, int position)

Parameters

model SemanticModel

SemanticModel representing source code.

node SyntaxNode

SyntaxNode representing method call.

position int

Position inside the code.

Returns

ParameterInfo

ParameterInfo that describes a method at the specified position.