Sunday, July 15, 2012

C# 'using' = syntatic sugar

As you know, the using statement is syntactic sugar for a try/finally that disposes of the IDisposable object. 
Michael Burr
 - http://stackoverflow.com/questions/248961/c-sharp-using-statement-catch-error 

No comments:

Post a Comment