Sample ClassParagraph Example Method
A simple demonstration of the para element.
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Always returns 0.
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public int ParagraphExample()VB
Public Function ParagraphExample As IntegerC++
public:
int ParagraphExample()F#
member ParagraphExample : unit -> int Return Value
Int32Always returns 0.
Remarks
The para element is optional if the text in the parent element consists of a single sentence or paragraph such as in the summary and returns elements on this method.
When multiple blocks of text are present, each 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.