Method GetParameterInfo
- 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
SemanticModelSemanticModel representing source code.
node
SyntaxNodeSyntaxNode representing method call.
position
intPosition inside the code.
Returns
- ParameterInfo
ParameterInfo that describes a method at the specified position.