1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +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)] [AttributeUsage(.Block)]
public struct IgnoreErrorsAttribute : Attribute public struct IgnoreErrorsAttribute : Attribute
{ {