API Referenceglobal
public class DescriptionAttribute : System.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
Showing 1 constructors
public DescriptionAttribute(string value)
No results match this filter.
Properties
Showing 1 properties
public virtual sealed string DescriptionAttribute.Value { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:DescriptionAttribute |