Vanara/Core/BkwdComp/ExtensionAttribute.NET2.cs

11 lines
223 B
C#

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