Skip to content

Commit cf5a27c

Browse files
authored
Update xml example (#50402)
* Update access-modifiers.md Added description for file access type modifier * Add XML documentation for Namespace and Class tags
1 parent 48a7d09 commit cf5a27c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/csharp/language-reference/xmldoc/recommended-tags.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ Here's an example showing the difference between `<para>` and `<br/>`:
265265
<term>Assembly</term>
266266
<description>The library or executable built from a compilation.</description>
267267
</item>
268+
<item>
269+
<term>Namespace</term>
270+
<description>A logical grouping of related types such as classes and interfaces.</description>
271+
</item>
272+
<item>
273+
<term>Class</term>
274+
<description>A blueprint used to create objects, containing properties and methods.</description>
275+
</item>
268276
</list>
269277
```
270278

0 commit comments

Comments
 (0)