zoltu
01/09/2016, 6:41 PMusing statement? I have a resource that needs to be closed once the user is finished with it. In Java I would need a try / finally and manually call close in the finally. C# has using which will call `disposable automatically when I leave the scope.