The using directive is used for:
1. creating an alias for a class or a namespace.
2. permiting the use of types/classes in a namespace without having to specify the namespace.
WebProWorld
The using directive is used for:
1. creating an alias for a class or a namespace.
2. permiting the use of types/classes in a namespace without having to specify the namespace.