API ReferenceSandbox
public abstract interface Sandbox.IMemberAttribute
When applied to an attribute, which is them applied to a member.. This will make `Sandbox.IMemberAttribute.MemberDescription` set on the attribute upon load. This provides a convenient way to know which member the attribute was attached to.
Properties
Showing 1 properties
public virtual Sandbox.MemberDescription Sandbox.IMemberAttribute.MemberDescription { get; set; }
Description of the member this attribute was attached to.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Reflection |
| Doc ID | T:Sandbox.IMemberAttribute |