Reading
Add Comment
The using keyword has two major uses:
1.As a directive, when it is used to create an alias for a namespace or to import types defined in other namespaces. See using Directive.
2.As a statement, when it defines a scope at the end of which an object will be disposed. See using Statement.
0 comments:
Post a Comment