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
nodeSyntaxNodeSyntaxNode to test.
paramTypesIList<string>List of parameter types to be filled.
paramNamesIList<string>List of parameter names to be filled.