[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
file » Microsoft » bus mastering » SUN » GIF » QbasicFAQ_HowToPaste » TurboCpp » PCI » CppInt » BeginnersGuideToCurl » CSharpKeyword
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
file » Microsoft » bus mastering » SUN » GIF » QbasicFAQ_HowToPaste » TurboCpp » PCI » CppInt » BeginnersGuideToCurl » CSharpKeyword
(C#) keyword
Keywords are the words that 'do' something. These words therefore cannot be used as variable names.int if = 3; //ERROR!
List of keywords
- ?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
- ?override
- ?params
- private
- protected
- public
- ?readonly
- ?ref
- return
- ?sbyte
- ?sealed
- short
- sizeof
- ?stackalloc
- static
- ?string
- struct
- switch
- this
- throw
- true
- try
- ?typeof
- ?uint
- ?ulong
- ?unchecked
- ?unsafe
- using
- ?ushort
- virtual
- void
- volatile
- while
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
