Content deleted Content added
m Disambiguating links to .net (disambiguation) (link changed to .NET Framework) using DisamAssist. |
|||
Line 95:
To make the safe use of the dispose pattern less verbose, several languages have some kind of built-in support for resources held and released in the same [[Block (programming)|block of code]].
The [[C Sharp (programming language)|C#]] language features the <code>using</code> statement
<syntaxhighlight lang="csharp">
|