OtherComment.

Attributes Property

Summary

The XML attributes the custom documentation comment element contains.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
OtherComment

Syntax

public IReadOnlyDictionary<string, string> Attributes { get; }

Value

Type Description
IReadOnlyDictionary<string, string>
GitHub