mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 21:35:34 +00:00
10 lines
224 B
C#
10 lines
224 B
C#
#if NET20
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
|
|
internal sealed class ExtensionAttribute : Attribute {}
|
|
}
|
|
|
|
#endif
|