OtherComment Class

Summary

Represents a custom XML documentation comment element.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["OtherComment"] class Type type-node

Syntax

public class OtherComment

Properties

Name Value 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.
GitHub