Lecture overview -- Keyboard shortcut: 'u'  Previous page: Program Documentation - When and Where? -- Keyboard shortcut: 'p'  Next page: A documentation example in C# -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 4 : 13
Object-oriented Programming in C#
Documentation of Object-oriented Programs
Documentation of C# Programs

Documentation of C# programs can be written in documentation comments

 

  • Documentation in C#

    • Selected types and members of types are documented

    • Documentation is written in distinguished comments

    • The documentation is intended to be written together with the program