Home  >  Article  >  Backend Development  >  What is the context keyword in C#?

What is the context keyword in C#?

王林
王林forward
2023-09-13 09:49:021362browse

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!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete
Previous article:Object classes in C#Next article:Object classes in C#