1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Allow crepr on enum

This commit is contained in:
Brian Fiete 2022-01-17 17:09:50 -05:00
parent c7d2d2e9bd
commit c2461c8554

View file

@ -390,7 +390,7 @@ namespace System
}
[AttributeUsage(.Class | .Struct)]
[AttributeUsage(.Class | .Struct | .Enum)]
public struct CReprAttribute : Attribute
{