What is the major use of ‘using’ keyword?
The using keyword has three major uses:
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
The using keyword has three major uses:
- The using statement defines a scope at the end of which an object will be disposed.
- The using directive creates an alias for a namespace or imports types defined in other namespaces.
- The using static directive imports the members of a single class.
need an explanation for this answer? contact us directly to get an explanation for this answer