aboutsummaryrefslogtreecommitdiff
path: root/lib/System.Core/ExtensionAttribute.cs
blob: fcb186f3f2de9c5d0cf09b5100073e26f743d54b (plain) (blame)
1
2
3
4
5
6
7
namespace System.Runtime.CompilerServices
{
    /// <summary> Used for 2.0 compatibility </summary>
    [AttributeUsage(AttributeTargets.Method)]
    public sealed class ExtensionAttribute : Attribute { }
}