Skip to content

Instantly share code, notes, and snippets.

@DoCode
DoCode / CSharp6andNET2.cs
Created September 15, 2015 12:03
c#6 features work with net2
using System;
using System.Collections.Generic;
using static System.Math;
namespace System.Runtime.CompilerServices
{
[AttributeUsage( AttributeTargets.Method )]
public class ExtensionAttribute : Attribute
{
}