नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
The <para>
tag is for use inside a tag, such as <summary>
, <remarks>
, or <returns>
, and lets you add structure to the text.
Syntax
/// <para>content</para>
Parameters
content
The text of the paragraph.
Remarks
Compile with /doc
to process documentation comments to a file.
Example
See <summary>
for an example of using <para>
.