3 Jun 2011
Updated: 5 Jun 2011
Rating: 5.00/5
Votes: 5
Popularity: 3.49
Licence: CPOL
Views: 7,830
Bookmarked: 2
Downloaded: 0
Not really, because what if your finally block would contain more lines of code than the single line you have in your example? That would make it already much harder to read.Secondly, you are misusing the Dispose method. You shouldn't invoke anything in it, especially not the Action, you...
|