在哪里可以获取 C# 中的保留关键字列表? [关闭]

2023-12-02

在哪里可以获取 C# 中的保留关键字列表?


来自微软的website:

微软 Visual Studio 2008/.NET Framework 3.5

  • abstract
  • as
  • base
  • bool
  • break
  • byte
  • case
  • catch
  • char
  • checked
  • class
  • const
  • continue
  • decimal
  • default
  • delegate
  • do
  • double
  • event
  • explicit
  • extern
  • false
  • finally
  • fixed
  • float
  • for
  • foreach
  • goto
  • if
  • implicit
  • in
  • int
  • 界面
  • internal
  • is
  • lock
  • new
  • null
  • object
  • operator
  • out
  • override
  • params
  • private
  • 受保护的
  • public
  • readonly
  • ref
  • return
  • sbyte
  • sealed
  • short
  • sizeof
  • 堆栈分配
  • struct
  • switch
  • this
  • throw
  • true
  • try
  • typeof
  • uint
  • ulong
  • 未经检查的
  • unsafe
  • ushort
  • using
  • virtual
  • void
  • volatile
  • while
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

在哪里可以获取 C# 中的保留关键字列表? [关闭] 的相关文章

随机推荐