Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Test Sharp (No recursion!) - la soluzione

Ecco la soluzione rigorosamente 2.0 all'ultimo test:

class Foo
{
      static void Main()
      {
            System.Web.Util.WorkItemCallback Main = delegate() { };
            Main();
      }
}

Al posto di WorkItemCallback potete scegliere qualunque altro delegate pubblico del Framework che abbia la stessa dummy signature.

Anche l'altro test, quello su IsValueType, utilizza una cosa carina del 2.0. Dai, non è difficile...

Print | posted on lunedì 17 ottobre 2005 17:59 | Filed Under [ Test Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET