❔ Attributes on a enum value?
If I declare an attribute with
[AttributeUsage(AttributeTargets.enum)], does that apply to the type or to the value inside the type? It's the latter I'm needing.