Skip to content

Instantly share code, notes, and snippets.

@nbxx
Created January 7, 2017 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbxx/19717c65b18bf4ab79b1500eeeb125da to your computer and use it in GitHub Desktop.
Save nbxx/19717c65b18bf4ab79b1500eeeb125da to your computer and use it in GitHub Desktop.
using System;
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
public sealed class ExtensionAttribute : Attribute
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment