Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
What are contextual keywords in C#?
In C#, some identifiers have special meaning in context of code, such as get and set are called contextual keywords.
The following is the table showing contextual keywords −
| Contextual Keywords | |||||||
|---|---|---|---|---|---|---|---|
| add | alias | ascending | descending | dynamic | from | get | |
| global | group | into | join | let | orderby | partial (type) | |
| partial(method) | remove | select | set | ||||
Advertisements
