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:
parent
8c15c3c627
commit
c1266d2422
2 changed files with 53 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue