Home > Article > Backend Development > What is the context keyword in C#?
In C#, some identifiers have special meaning in the code context, such as get and set which are called contextual keywords.
The following is a table showing context keywords:
Context Keywords | |||||||
---|---|---|---|---|---|---|---|
add | alias | ascending | descending | dynamic | from | get | |
global | group | into | join | let | orderby | partial ( type) | |
partial(method) | remove | select | set |
The above is the detailed content of What is the context keyword in C#?. For more information, please follow other related articles on the PHP Chinese website!