✅ Can I put an extension method directly on an enum, not a value in the enum?
If I have an enum
can I put an extension method on it so I can use it like this
rather than
And I only want it on that specific enum, not all enums
can I put an extension method on it so I can use it like this
rather than
And I only want it on that specific enum, not all enums
