Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IIF In C#?
Message
De
17/03/2010 18:17:40
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01455229
Message ID:
01455245
Vues:
71
>>>Any way to do this in C# like VFP's IIF()?
>>>
>>>
>>>if (Checked)
>>>{
>>>    _CheckItemsCount++;
>>>}
>>>else
>>>{
>>>    _CheckItemsCount--;
>>>}
>>>
>>
>>
_CheckedItemsCount+=    (Checked) ? 1:-1;
>
>IMHO, this is harder to read than the original.

Probably because you're not used to reading it :-}
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform