1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00

Fixit for brace-to-paren for object initializers

This commit is contained in:
Brian Fiete 2020-08-29 11:29:13 -07:00
parent 535045c48a
commit 10421d99ca
4 changed files with 38 additions and 7 deletions

View file

@ -318,13 +318,13 @@ namespace System
}
}
[AttributeUsage(.Field | .Method /*2*/)]
[AttributeUsage(.Field | .Method | .Property /*2*/)]
public struct NoShowAttribute : Attribute
{
}
[AttributeUsage(.Field | .Method /*2*/)]
[AttributeUsage(.Field | .Method | .Property /*2*/)]
public struct HideAttribute : Attribute
{