Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The using keyword has two major uses:
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.
As a statement, when it defines a scope at the end of which an object will be disposed. See using Statement.
See Also
Concepts
Reference
Namespace Keywords (C# Reference)
Namespaces (C# Programming Guide)