When keyword event is used (as follows), the compiler reports false "error"
This might not be a bug, it's part of C# language. Using @event for the fix. However the same code is compiled on VS and runs well.
Comments
This might not be a bug, it's part of C# language. Using @event for the fix. However the same code is compiled on VS and runs well.