Skip to content

Enums should not be touched #2

@mjvh80

Description

@mjvh80
enum Example : int
{
   None = 0,
   FooBar = 1,
   // etc.
}

In this case the int should not be replaced by Int32 as that will generate an invalid C# program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions