C#C
C#3y ago
27 replies
Livid

✅ (General Question) Using section

hi why do you use
using(FileStream stream = new FileStream("Document") {
  stream.thisIsJustAExample
}

what's the point of the Using section / structure?
Was this page helpful?