Lecture overview -- Keyboard shortcut: 'u'  Previous page: Input and output -- Keyboard shortcut: 'p'  Next page: C# in relation to Java [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to C# - slide 17 : 43

Comments
C# supports two different kinds of comments and XML variants of these

XML comments can only be given before declarations, not inside other fragments

Delimited comments cannot be nested