syntax - When are C# keywords not reserved? -


i found myself absent-mindedly using from identifier.

i realise possible use @ escape identifier names , such use reserved words, don't understand why in case got no warning or error.

i have no desire use reserved words intended purpose, don't want make similar mistake again , know rationale behind having language keywords not reserved in circumstances.

some keywords reserved in contexts, e.g., partial in partial class.

see "contextual keywords" under this topic on msdn.


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -