Class TagComponentAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Marks a struct as a tag component (zero-size marker). Tag components have no data and are used purely for filtering queries.
[AttributeUsage(AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class TagComponentAttribute : Attribute
- Inheritance
-
TagComponentAttribute
- Inherited Members