CSharp 关键字

简介:

Book: Microsoft® Visual C#® 2010 Step by Step, Author: John Sharp

PUBLISHED BY Microsoft Press.

 

abstract  do        in        protected   true
as        double    int       public      try
base      else      interface readonly    typeof
bool      enum      internal  ref         uint
break     event     is        return      ulong
byte      explicit  lock      sbyte       unchecked
case      extern    long      sealed      unsafe
catch     false     namespace short       ushort
char      finally   new       sizeof      using
checked   fixed     null      stackalloc  virtual
class     float     object    static      void
const     for       operator  string      volatile
continue  foreach   out       struct      while
decimal   goto      override  switch
default   if        params    this
delegate  implicit  private   throw

Tip In the Visual Studio 2010 Code and Text Editor window, keywords are colored blue when you
type them.
C# also uses the following identifiers. These identifiers are not reserved by C#, which means
that you can use these names as identifiers for your own methods, variables, and classes, but
you should really avoid doing so if at all possible.

dynamic   join    set
from      let     value
get       orderby var
group     partial where
into      select  yield






本文转自 xkdcc 51CTO博客,原文链接:http://blog.51cto.com/brantc/383430,如需转载请自行联系原作者

目录
相关文章
|
6月前
|
数据处理 开发者
ABAP AT NEW 关键字的用法
ABAP AT NEW 关键字的用法
|
3月前
|
程序员 C++
CPP语法(五)——类的继承
CPP语法(五)——类的继承
17 0
|
6月前
|
Java
JavaSE&关键字,接口,代码块,枚举
JavaSE&关键字,接口,代码块,枚举
34 2
ABAP新的关键字:BASE
Created by Wang, Jerry, last modified on May 10, 2017
175 0
ABAP新的关键字:BASE
CDS view里case - when - else关键字的用法
Requirement The following mapping logic needs to be implemented in CDS view layer: if MARA-MTART = “SERV”, then PRODUCT_TYPE = “02” if MARA-MTART <> “SERV” and PROD_TYPE_CODE = ‘2’, then PRODUCT_TYPE = “02” otherwise PRODUCT_TYPE = ''01". View source code:
CDS view里case - when - else关键字的用法
|
Dart 安全
关于dart中的late关键字,你了解多少?
Dart 2.12 在变量中添加了late修饰符。 这可以用于以下两种情况。 将您的项目迁移到零安全。 延时初始化一个变量。 您可以删除许多initState/constructor调用!
402 0
ABAP 7.40新的关键字BASE的用法
ABAP 7.40新的关键字BASE的用法
580 0
|
网络架构
ABAP 7.40新的关键字FILTER的用法
ABAP 7.40新的关键字FILTER的用法
472 0