Class TagConstrainedToAttribute
An attribute which appears on a subclass of Tag to indicate that the tag can be placed on a certain type of TaggableObject.
If the tag has multiple copies of the attribute, it can be placed on any of the specified types. The attribute is not inherited.
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public abstract class TagConstrainedToAttribute : Attribute
Properties
| Improve this Doc View SourceTaggableObjectType
Declaration
public abstract Type TaggableObjectType { get; }
Property Value
Type | Description |
---|---|
Type |