0 votes
in C Sharp by
Why to use “using” in C#?

1 Answer

0 votes
by

“Using” statement calls – “dispose” method internally, whenever any exception occurred in any method call and in “Using” statement objects are read only and cannot be reassignable or modifiable.

Related questions

0 votes
asked Oct 18, 2019 in C Sharp by Robin
+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri
...