Table of Contents

Method ProcessMethodParams

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

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 SyntaxNode

SyntaxNode to test.

paramTypes IList<string>

List of parameter types to be filled.

paramNames IList<string>

List of parameter names to be filled.