class DescriptionAttribute : System.Attribute

book_4_sparkGenerated
code_blocksInput

Description

The DescriptionAttribute class is used to set the description of a type or a type member. This attribute is typically applied automatically by code generation based on the XML comments of the type or member. The description information can then be retrieved using the DisplayInfo library.

Members

Properties

Member Name Summary
Value The description text associated with the type or member.