Method ProcessMethodParams
ProcessMethodParams(SyntaxNode, IList<string>, IList<string>)
Receives parameter data from given method node.
public static void ProcessMethodParams(SyntaxNode node, IList<string> paramTypes, IList<string> paramNames)
Parameters
node
SyntaxNodeSyntaxNode to test.
paramTypes
IList<string>List of parameter types to be filled.
paramNames
IList<string>List of parameter names to be filled.