Closed freezernick closed 4 years ago
Well, I technically used Microsoft's guidelines when it came to "void" and "delegate", however I do see your point though... 'void' has always looked a bit awkward as a base type. I'll review your changes, and think about it... Did I really put "using" as a base type? That was really a mistake, so that should be changed anyway, as I can't deem that a base type...
Yup, this will do... Thanks ;)
I've added more keywords and unreserved keywords like we did for VB ( #11 ). I've also converted
void
,using
anddelegate
to keywords instead of base types - since they are keywords. But I can understand when you say that they look better as base types, and would revert the change 😛