C# 中的关键字整理

C#中的所有关键字大致可以分为保留关键字和上下文关键字两部分

快来看一下有没有不认识的吧

欢迎补充

保留关键字

abstract  as  base  bool  break

byte  case  catch  char  checked

class  const  continue  decimal  default

delegate  do  double  else  enum

event  explicit  extern  false  finally

fixed  float  for foreach  goto

if  implicit  in  int  interface

internal  is  lock  long  namespace

new  null  object  operator  out

return  sbyte  sealed  short  sizeof

stackalloc  static  string  struct  switch

this  throw  true  try  typeof

uint  ulong  unchecked  unsafe  unsafe

ushort  using  virtual  void  volatile

while

上下文关键字

add  alias  ascending  descending  dynamic

from  get  global  group  into

join  let  orderly  partial  remove

select  set

原文地址:https://www.cnblogs.com/fws94/p/6709214.html