Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/include.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<include> - C# programming guide"
description: Learn about the XML <include> tag. This tag lets you refer to comments in another file that describe the types and members in your source code.
ms.date: 07/20/2015
f1_keywords:
- "include"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<list> - C# programming guide"
description: Learn about the XML <list> tag. This tag is used to create tables and definition, bulleted, or numbered lists by using 'item' blocks.
ms.date: 07/20/2015
f1_keywords:
- "list"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/para.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<para> - C# programming guide"
description: Learn about the XML <para> tag. This tag lets you add structure to the text in another tag, such as <summary>, <remarks>, or <returns>.
ms.date: 07/20/2015
f1_keywords:
- "<para>"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/param.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<param> - C# programming guide"
description: Learn about the XML <param> tag. This tag is used in the comment for a method declaration to describe one of the parameters for the method.
ms.date: 07/20/2015
f1_keywords:
- "param"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/paramref.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<paramref> - C# programming guide"
description: Learn about the XML <paramref> tag. This tag gives you a way to indicate that a word in the code is a parameter.
ms.date: 07/20/2015
f1_keywords:
- "paramref"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/permission.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<permission> - C# programming guide"
description: Learn about the XML <permission> tag. This tag lets you document the access of a member, while the PermissionSet class lets you specify access to a member.
ms.date: 07/20/2015
f1_keywords:
- "permission"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Processing the XML file - C# programming guide"
description: Learn about processing the XML file in C# programming. See code examples and view additional available resources.
ms.date: 07/20/2015
helpviewer_keywords:
- "XML processing [C#]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Recommended tags for documentation comments - C# programming guide"
description: Learn about the recommended tags for documentation comments. See a list of recommended tags and view additional available resources.
ms.date: 01/21/2020
helpviewer_keywords:
- "XML [C#], tags"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/remarks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<remarks> - C# programming guide"
description: Learn about the XML <remarks> tag. This tag is used to add information about a type, supplementing the information specified with <summary>.
ms.date: 07/20/2015
f1_keywords:
- "remarks"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/returns.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<returns> - C# programming guide"
description: Learn about the XML <returns> tag. This tag is used in the comment for a method declaration to describe the return value.
ms.date: 07/20/2015
f1_keywords:
- "returns"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/see.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<see> - C# programming guide"
description: Learn about the XML <see> tag. This tag lets you specify a link from within text, for example by using a cref attribute.
ms.date: 07/20/2015
f1_keywords:
- "<see>"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/seealso.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<seealso> - C# programming guide"
description: Learn how to use the XML <seealso> tag. This tag lets you specify the text that you might want to appear in a 'See Also' section.
ms.date: 07/20/2015
f1_keywords:
- "cref"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/summary.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<summary> - C# programming guide"
description: Learn about the XML <summary> tag that is used to describe a type or a type member. See code examples and view additional available resources.
ms.date: 07/20/2015
f1_keywords:
- "<summary>"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/typeparam.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<typeparam> - C# programming guide"
description: Learn about the XML <typeparam> tag. This tag is used in the comment for a generic type or method declaration to describe a type parameter.
ms.date: 07/20/2015
f1_keywords:
- "typeparam"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/typeparamref.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<typeparamref> - C# programming guide"
description: Learn about the XML <typeparamref> tag. This tag enables consumers of the documentation file to format the word in some distinct way, for example in italics.
ms.date: 07/20/2015
f1_keywords:
- "typeparamref"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/programming-guide/xmldoc/value.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "<value> - C# programming guide"
description: Learn about the XML <value> tag. This tag allows you to describe the value that a property represents.
ms.date: 07/20/2015
f1_keywords:
- "<value>"
Expand Down
1 change: 1 addition & 0 deletions docs/csharp/walkthroughs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "C# walkthroughs"
description: See step-by-step instructions for common scenarios. These C# walkthroughs are a good place to start learning about a product or particular feature area.
ms.date: 07/20/2015
helpviewer_keywords:
- "walkthroughs [C#]"
Expand Down