Ich möchte nur wissen, ob es sicher / gut ist, returninnerhalb eines usingBlocks anzurufen . Zum Beispiel. using(var scope = new TransactionScope()) { // my core logic return true; // if condition met else return false; scope.Complete(); } Wir wissen, dass die zuletzt geschweifte Klammer abgesagt dispose()wird. Aber was wird …
class C { using namespace std; // error }; namespace N { using namespace std; // ok } int main () { using namespace std; // ok } Bearbeiten : Willst du die Motivation dahinter wissen.
Ich habe den folgenden Code geschrieben, um mein Problem zu erklären. Wenn ich die Zeile 11 kommentiere (mit dem Schlüsselwort "using"), kompiliert der Compiler die Datei nicht und zeigt diesen Fehler an : invalid conversion from 'char' to 'const char*'. Es scheint die Methode void action(char)der ParentKlasse in der SonKlasse …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.