3 out of 5 rated this helpful - Rate this topic

9. Namespaces

Visual Studio .NET 2003

C# programs are organized using namespaces. Namespaces are used both as an "internal" organization system for a program, and as an "external" organization system — a way of presenting program elements that are exposed to other programs.

Using directives (Section 9.3) are provided to facilitate the use of namespaces.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.