Files

10 lines
224 B
C#
Raw Permalink Normal View History

2024-11-15 22:22:22 -05:00
#if NET20
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
internal sealed class ExtensionAttribute : Attribute {}
}
#endif