FlashPatcher/FlashPatcher/TaskService/Native/ExtensionAttributeFor.NET_2...

11 lines
223 B
C#

#if NET20
namespace System.Runtime.CompilerServices
{
/// <summary>
/// Attribute allowing extenders to be used with .NET Framework 2.0.
/// </summary>
internal sealed class ExtensionAttribute : Attribute
{
}
}
#endif