XmlDocTag Enum

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a top-level XML documentation tag.
public enum XmlDocTag
Inheritance

Fields

NameValueDescription
Summary0Represents the summary tag.
TypeParam1Represents the typeparam tag.
Param2Represents the param tag.
Returns3Represents the returns tag.
Value4Represents the value tag.
Remarks5Represents the remarks tag.
Example6Represents the example tag.
Exception7Represents the exception tag.
Permission8Represents the permission tag.
Event9Represents the event tag.
SeeAlso10Represents the seealso tag.
ThreadSafety11Represents the threadsafety tag.
Overloads12Represents the overloads tag.

Remarks

The XmlDocTag enum represents the standard and extended XML documentation tags that appear at the top level of .NET documentation comments.

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