Api DescriptionAttribute
class

DescriptionAttribute

public class DescriptionAttribute : Attribute

Sets the description of a type or a type member. This attribute is usually applied automatically by codegen based on the XML comment of the type or member. This info can then be retrieved via DisplayInfo library.

Constructors

DescriptionAttribute(String value)

Properties

Name Type Description
Value virtual String
Assembly: Sandbox.System Full Name: DescriptionAttribute