Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should the compiler have seen this one coming
Message
 
 
À
15/10/2010 13:16:14
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01485619
Message ID:
01485633
Vues:
47
>
public class Program
>    {
>        static void Main(string[] args)
>        {
>            Nester n = new Nester();
>        }
>    }
>
>    public class Nester
>    {
>        public Nester nested = new Nester();
>    }
Thanks for making me smile.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform