© 2026 Hedgehog Software, LLC
using
using var foo = new Bar(); foo.DoStuff();
using (var foo = new Bar()) { foo.DoStuff(); }