mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added NoExtension
This commit is contained in:
parent
b6db69d2b0
commit
425284f023
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@ namespace System
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[AttributeUsage(.MemberAccess)]
|
||||||
|
public struct NoExtensionAttribute : Attribute
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
[AttributeUsage(.Block)]
|
[AttributeUsage(.Block)]
|
||||||
public struct IgnoreErrorsAttribute : Attribute
|
public struct IgnoreErrorsAttribute : Attribute
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue