Neuerstellung
This commit is contained in:
10
NHotkey/NHotkey.WindowsForms/ExtensionAttribute.cs
Normal file
10
NHotkey/NHotkey.WindowsForms/ExtensionAttribute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
// Enables extension methods in assembly that targets .NET 2.0
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Method)]
|
||||
internal sealed class ExtensionAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user