mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
AllowDuplicatesAttribute
This commit is contained in:
parent
2618b29daa
commit
8808da307f
13 changed files with 39 additions and 2 deletions
|
@ -8,11 +8,14 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics;
|
||||
using System.Threading;
|
||||
|
||||
[AllowDuplicates]
|
||||
enum EnumA
|
||||
{
|
||||
Abo = 1,
|
||||
Boop = _*2,
|
||||
Croop = _*2,
|
||||
|
||||
Zoop = 1
|
||||
}
|
||||
|
||||
struct Blurg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue