To reproduce this: ```csharp public interface IUseKeyword { void Foo(string @namespace, string @event, string @property); } ``` The parameter names are reserved C# keywords. This is legal, but Rocks isn't putting the `@` sign in front of the parameter names.
To reproduce this:
The parameter names are reserved C# keywords. This is legal, but Rocks isn't putting the
@sign in front of the parameter names.