Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Constructor overloading
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01226186
Message ID:
01226604
Vues:
15
>>Hi,
>>
>>>class MyClass
>>>{
>>>  public MyClass(int age):this(age, true){}
>>>
>>>  public MyClass(int age, bool alive)
>>>  {
>>>    // do stuff
>>>  }
>>>}
>>>
>>
>>>Hmmm I knew I should have known how to do that <s>
>>
>>I see it took you more than six minutes tho <g>
>
>I had to test it before I posted :)

I wouldn't regard '//Do stuff' as a rigorous test <g>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform