Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local variable
Message
De
10/01/2009 21:26:02
 
 
À
10/01/2009 21:21:39
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01372518
Message ID:
01372623
Vues:
19
Hi,
Sorry for confusing.
    public bool MyMethodA()
    {
        bool retVal = false;
        
        retVal = (this.GetBalance() > 0);                  // comparison of something

       retVal = retVal && this.MethodB();
       return retVal;
    }
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform