+1 vote
in Dot Net by (1.4k points)

What is the use of using statement in C#?

1 Answer

0 votes
by (1.4k points)

Using block is used to obtain a resource and use it and then automatically dispose of when the execution of block completed.

Related questions

...