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

Main non è mai Obsolete

Il seguente snippet compila:

using System;

class Foo
{
  [Obsolete("", true)]
  static void Main()
  {
    Console.WriteLine("Hello Obsolete World!");
    Console.Read();
  }
}

Ciò vuol dire che l'entrypoint Main non può mai essere Obsolete. Questo sicuramente ha senso, però mi aspettavo di vedere un warning oppure una nota a riguardo nelle specifiche.

Print | posted on lunedì 23 agosto 2004 16:32 | Filed Under [ Carillon .NET ]

Powered by:
Powered By Subtext Powered By ASP.NET