mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-04-25 23:59:26 +00:00
9 lines
223 B
C#
9 lines
223 B
C#
#if NET20
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
|
|
internal sealed class ExtensionAttribute : Attribute {}
|
|
}
|
|
|
|
#endif |