Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should the compiler have seen this one coming
Message
De
15/10/2010 13:16:14
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Should the compiler have seen this one coming
Divers
Thread ID:
01485619
Message ID:
01485619
Vues:
167
public class Program
    {
        static void Main(string[] args)
        {
            Nester n = new Nester();
        }
    }

    public class Nester
    {
        public Nester nested = new Nester();
    }
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform