Below are list of few Keywords in C#
- abstract
- as
- base
- break
- case
- catch
- checked
- class
- const
- continue
- default
- delegate
- do
- double
- else
- enum
- event
- explicit
- extern
- finally
- fixed
- for
- foreach
- goto
- if
- implicit
- in
- int
- interface
- internal
- is
- lock
- long
- namespace
- new
- null
- object
- operator
- out
- override
- params
- private
- protected
- public
- readonly
- ref
- return
- sbyte
- sealed
- short
- sizeof
- stackalloc
- static
- string
- struct
- switch
- this
- throw
- try
- typeof
- unchecked
- unsafe
- ushort
- using
- virtual
- void
- volatile
- while
Leave a Reply