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:29:25
 
 
À
15/10/2010 13:23:22
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01485619
Message ID:
01485625
Vues:
61
>>
public class Program
>>    {
>>        static void Main(string[] args)
>>        {
>>            Nester n = new Nester();
>>        }
>>    }
>>
>>    public class Nester
>>    {
>>        public Nester nested = new Nester();
>>    }
>
>Still going.... still going..... still going......

You're not single-stepping it are you :-}
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform