mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Better enum autocomplete hygiene
This commit is contained in:
parent
fa1271b662
commit
20c88dfeb0
9 changed files with 109 additions and 37 deletions
|
@ -425,10 +425,18 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(.Field | .StaticField | .Method | .Property /*2*/)]
|
||||
[AttributeUsage(.Field | .StaticField | .Method | .Property | .Types)]
|
||||
public struct NoShowAttribute : Attribute
|
||||
{
|
||||
public this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public this(bool allowDirect)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(.Parameter)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue