The using-namespace-directive imports all the types contained in the given namespace. By specifying the namespace around which
Question:
The using-namespace-directive imports all the types contained in the given namespace. By specifying the namespace around which you are building an application, you can eliminate the need of preceding a class with a dot
( . ) and the name of the namespace.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: