1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 07:14:09 +02:00

Added NoExtension

This commit is contained in:
Brian Fiete 2020-10-22 11:51:25 -07:00
parent b6db69d2b0
commit 425284f023

View file

@ -138,6 +138,12 @@ namespace System
}
[AttributeUsage(.MemberAccess)]
public struct NoExtensionAttribute : Attribute
{
}
[AttributeUsage(.Block)]
public struct IgnoreErrorsAttribute : Attribute
{