SampleClass.ParagraphExample Method

Sandcastle XML Comments

Sandcastle XML Comments GuideSampleClassParagraphExample Method
A simple demonstration of the para element.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void ParagraphExample()
Public Sub ParagraphExample
public:
void ParagraphExample()
member ParagraphExample : unit -> unit 
Remarks
The para element on the first block of text is optional.

Subsequent blocks of text must be wrapped in it to create new paragraphs.

Paragraph 1.

Paragraph 2.

Self-closing and empty paragraphs are ignored unless they create an initial paragraph break.

Paragraph 4.

HTML paragraph elements can also be used.

They work the same way.

See Also