using
suggest changeThere are two types of using keyword usage, using statement and using directive:
- using statement:
The `using` keyword ensures that objects that implement the `IDisposable` interface are properly disposed after usage. There is a separate topic for the [using statement][1]
- using directive
The
usingdirective has three usages, see the msdn page for the using directive. There is a separate topic for the using directive.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents