XmlDocTag Enum
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a top-level XML documentation tag.
public enum XmlDocTagFields
| Name | Value | Description |
|---|---|---|
| Summary | 0 | Represents the summary tag. |
| TypeParam | 1 | Represents the typeparam tag. |
| Param | 2 | Represents the param tag. |
| Returns | 3 | Represents the returns tag. |
| Value | 4 | Represents the value tag. |
| Remarks | 5 | Represents the remarks tag. |
| Example | 6 | Represents the example tag. |
| Exception | 7 | Represents the exception tag. |
| Permission | 8 | Represents the permission tag. |
| Event | 9 | Represents the event tag. |
| SeeAlso | 10 | Represents the seealso tag. |
| ThreadSafety | 11 | Represents the threadsafety tag. |
| Overloads | 12 | Represents the overloads tag. |

Most of these tags are defined in the official .NET documentation standards, though some (like
event,threadsafety, andoverloads) are extensions that are commonly used but not part of the official standard.