Method GetParameterInfo
- Assembly
- Alternet.Scripter.Debugger.v10.dll
GetParameterInfo(SemanticModel, SyntaxNode, int)
Retrieves ParameterInfo for specified position inside the code.
public static ParameterInfo GetParameterInfo(SemanticModel model, SyntaxNode node, int position)
Parameters
modelSemanticModelSemanticModel representing source code.
nodeSyntaxNodeSyntaxNode representing method call.
positionintPosition inside the code.
Returns
- ParameterInfo
ParameterInfo that describes a method at the specified position.