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

Address-of immutable is now a warning instead of error, added [NoSplat]

This commit is contained in:
Brian Fiete 2020-10-07 11:07:10 -07:00
parent 557b13070c
commit 808a4438d7
7 changed files with 69 additions and 41 deletions

View file

@ -230,6 +230,12 @@ namespace System
}
[AttributeUsage(.Method /*2*/)]
public struct NoSplatAttribute : Attribute
{
}
[AttributeUsage(.Method /*2*/)]
public struct SkipCallAttribute : Attribute
{