DescriptionAttributeclass

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.

objectAttributeDescriptionAttribute
Namespace
global
Assembly
Sandbox.System
Declaration
public class DescriptionAttribute : System.Attribute

Constructors1

Showing 1 constructors

Properties1

Showing 1 properties

public virtual sealed string DescriptionAttribute.Value { get; set; }PUBLICVIRTUALGETSET

Returns:string

On this page