- v | bool
- v | byte
- v | char
- v | decimal
- v | double
- ? | dynamic
- v | enum
- v | float
- v | int
- v | long
- v | nint
- v | nuint
- r | object
- v | sbyte
- v | short
- r | string
- v | unit
- v | ulong
- v | ushort
- ? | var
- base
- default
- false
- global
- notnull [type constraint]
- null
- this
- true
- value
- void
- alias
- class
- delegate
- event
- interface
- operator
- record
- struct
- d | abstract
- p | args
- d | async
- d | const
- d | explicit
- a | extern
- d | implicit
- a | internal
- d | managed
- p | out
- d | override
- p | params
- d | partial
- a | private
- a | protected
- a | public
- d | readonly
- p | ref
- d | sealed
- d | static
- d | unmanaged
- d | unsafe
- d | virtual
- d | volatile
- break
- case
- catch
- checked
- continue
- do
- else
- finally
- fixed
- for
- foreach
- goto
- if
- lock
- namespace
- return
- switch
- throw
- try
- unchecked
- using [directive & statement]
- while
- yield
- add
- get
- init
- remove
- set
- await
- nameof
- new [instance creation, member declaration modifier, generic type constraint]
- sizeof
- stackalloc
- typeof
- and
- as
- in [generic type parameter, parameter modifier, foreach, from & join clauses]
- is
- not
- or
- when
- where [generic type constraint, query clause]
- with
- ascending
- by
- descending
- equals
- from
- group
- into
- join
- let
- on
- orderby
- select