SyntaxExtensions.IsParams(ParameterSyntax) Method
Containing Type: SyntaxExtensions
Assembly: Roslynator.CSharp.dll
Returns true if the specified parameter has "params" modifier.
public static bool IsParams(this Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax parameter)
Parameters
parameter ParameterSyntax