ExampleLongSummary class

This class has an exceptionally long summary. Even the first paragraph is really long, which is important to test because some documenters put a lot of information in the summary, perhaps not expecting that someone will ever actually generate documentation.

With multiple paragraphs.

And text weirdly between paragraphs.

var someCode = new SomeCode();
someCode.Print();
public class ExampleLongSummary

Public Members

name description
ExampleLongSummary() The default constructor.

Remarks

Welcome to the remarks that use lists. First a bullet list.

  • implicit description
  • explicit description
  • term – description
  • term only

And now a number list.

  1. implicit description
  2. explicit description
  3. term – description
  4. term only

Followed by a table list.

header 1

header 2

header 3

1-1

1-2

1-3

2-1

2-2

2-3

And now a definition/unknown list.

implicit description

explicit description

term

description

term only

See Also