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:
parent
c7d2d2e9bd
commit
c2461c8554
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ namespace System
|
|||
|
||||
}
|
||||
|
||||
[AttributeUsage(.Class | .Struct)]
|
||||
[AttributeUsage(.Class | .Struct | .Enum)]
|
||||
public struct CReprAttribute : Attribute
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue