5
Answers

Finally clause in C#

Photo of Amit Maheshwari

Amit Maheshwari

13y
2.6k
1
Hi friends,

I want to know that If I return out of a try/finally in C# then, does the code in the finally-clause run? Please give an explanation in brief?

Answers (5)