Many programming languages, C# included, treat certain sequences of letters as "special".
Some sequences are so special that they cannot be used as identifiers. Let's call those the "reserved keywords" and the remaining special sequences we'll call the "contextual keywords". They are "contextual" because the character sequence might one meaning in a context where the keyword is expected and another in a context where an identifier is expected.*
The C# specif...Full Article.
No comments:
Post a Comment
Post your comments here: