Skip to content

Target Type Uses Reserved Language Keywords #184

@JasonBock

Description

@JasonBock

To reproduce this:

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions