We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a7d09 commit cf5a27cCopy full SHA for cf5a27c
docs/csharp/language-reference/xmldoc/recommended-tags.md
@@ -265,6 +265,14 @@ Here's an example showing the difference between `<para>` and `<br/>`:
265
<term>Assembly</term>
266
<description>The library or executable built from a compilation.</description>
267
</item>
268
+ <item>
269
+ <term>Namespace</term>
270
+ <description>A logical grouping of related types such as classes and interfaces.</description>
271
+ </item>
272
273
+ <term>Class</term>
274
+ <description>A blueprint used to create objects, containing properties and methods.</description>
275
276
</list>
277
```
278
0 commit comments