August 2001
Intermediate to advanced
656 pages
18h 5m
English
Namespace Statement
Namespacenamecomponent typesEnd Namespace
name
Use: Required
Data Type: String literal
The name of the namespace
component
types
Use: Required
The elements that are being declared as part of the namespace, including Enums, Structures, Interfaces, Classes, and Delegates
Declares a namespace and specifies the items in the namespace
Namespaces are used in the .NET Framework as an organized method of exposing program components to other programs and applications.
Namespaces are always Public. However, the elements within a
namespace can be Public,
Friend, or Private. Private
members are available only within the namespace declaration.
name, the namespace name, must be unique.
Read now
Unlock full access