class
TagAttribute
public class TagAttribute : Attribute Adds a single or multiple tags for this type or member. Tags can then be retrieved via DisplayInfo library.
Constructors
TagAttribute(String[] tag) Properties
| Name | Type | Description |
|---|---|---|
Value | String[] | The tags to add for this type or member. |
Methods
IEnumerable<String> EnumerateValues() Returns all the tags as an enumerable.
Assembly:
Sandbox.System Full Name: TagAttribute