示例

public class TestClass {{
static void MethodName( int I) {
}
}


解决方案
缺省正则表达式掩码确保参数名称以小写字母开头。

要编辑正则表达式,请单击 [详细信息...] 按钮。


public class TestClass {
static void MethodName( int i) {
}
}