OtherComment Class
Represents a custom XML documentation comment element.
Namespace
Statiq.CodeAnalysis
Base Types
  • object
OtherComment
object

Syntax

public class OtherComment

Properties

Name Property Type Summary
Attributes IReadOnlyDictionary<string, string>
The XML attributes the custom documentation comment element contains.
Html string
The rendered HTML of the custom documentation comment element content.

Extension Methods