Language Basics C# Tutorial

Tag                 Description
                 Marks up text within a line as code, for example: int i = 10;
              Marks multiple lines as code.
           Marks up a code example.
         Documents an exception class. (Syntax verified by the compiler.)
           Includes comments from another documentation file. (Syntax verified by the compiler.)
              Inserts a list into the documentation.
             Marks up a method parameter. (Syntax verified by the compiler.)
          Indicates that a word is a method parameter. (Syntax verified by the compiler.)
        Documents access to a member. (Syntax verified by the compiler.)
           Adds a description for a member.
           Documents the return value for a method.
               Provides a cross-reference to another parameter. (Syntax verified by the compiler.)
           Provides a "see also" section in a description. (Syntax verified by the compiler.)
           Provides a short summary of a type or member.
             Describes a property.