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

Added System.Interop.FlexibleArary<>

This commit is contained in:
Brian Fiete 2022-08-27 09:24:46 -07:00
parent 8c15c3c627
commit c1266d2422
2 changed files with 53 additions and 2 deletions

View file

@ -522,7 +522,7 @@ namespace System
}
[AttributeUsage(.Method | .Constructor | .Class | .Struct | .Alias | .Property)]
[AttributeUsage(.Method | .Constructor | .Class | .Struct | .Alias | .Property | .Field)]
public struct ErrorAttribute : Attribute
{
public this(String error)
@ -531,7 +531,7 @@ namespace System
}
}
[AttributeUsage(.Method | .Constructor | .Class | .Struct | .Alias | .Property)]
[AttributeUsage(.Method | .Constructor | .Class | .Struct | .Alias | .Property | .Field)]
public struct WarnAttribute : Attribute
{
public this(String error)