knocte :: MonoTema
My first .NET runtime wishlist item
Febrero 4th, 2009 - [Enlace local]
Heh, I came up with this while coding a patch for Banshee:public class TestStaticInits{ public static readonly X var = new X ("Hello" + world); private static string world = " World";}public class X{ public X (string s) { Console.WriteLine (s); } public override string ToString () { return "Bye"; }}public class WishList{ public static int Main(string[] args) { Console.WriteLine (