S
shapper
Hello,
I am using a reserved keyword on my application: event. So I get the
error:
Identifier expected; 'event' is a keyword
This is for a Events project so event seems a normal word to use in
it.
I think I can use @even for example in:
void Create(Event @event);
Should I try to change the name or is it ok to just add the @ before
the name?
Thank You,
Miguel
I am using a reserved keyword on my application: event. So I get the
error:
Identifier expected; 'event' is a keyword
This is for a Events project so event seems a normal word to use in
it.
I think I can use @even for example in:
void Create(Event @event);
Should I try to change the name or is it ok to just add the @ before
the name?
Thank You,
Miguel