Represents a custom XML documentation comment element.
- Namespace
- Statiq
.CodeAnalysis - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["OtherComment"]
class Type type-node
Syntax
public class OtherComment
Properties
Name | Property Type | Summary |
---|---|---|
Attributes | IReadOnlyDictionary |
The XML attributes the custom documentation comment element contains.
|
Html | string |
The rendered HTML of the custom documentation comment element content.
|