mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-05 22:01:33 +00:00
10 lines
225 B
C#
10 lines
225 B
C#
#if NET20
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
|
|
internal sealed class ExtensionAttribute : Attribute { }
|
|
}
|
|
|
|
#endif
|