- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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