Skip to content

Instantly share code, notes, and snippets.

@jarlef
Created June 10, 2014 22:22
Show Gist options
  • Save jarlef/2f6bb376ddd7e16ee818 to your computer and use it in GitHub Desktop.
Save jarlef/2f6bb376ddd7e16ee818 to your computer and use it in GitHub Desktop.
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
public sealed class ExtensionAttribute : Attribute { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment