Show / Hide Table of Contents

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.

Inheritance
System.Object
TagConstrainedToAttribute
TagConstrainedToAttribute<T>
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public abstract class TagConstrainedToAttribute : Attribute

Properties

| Improve this Doc View Source

TaggableObjectType

Declaration
public abstract Type TaggableObjectType { get; }
Property Value
Type Description
Type

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX