Posts Tagged Referring

How to: Define a Namespace in VB.NET

A namespace designates a collection of programming elements, organized and classed for grouping operations and easy access. At the namespace level, the programming elements include:

  • Classes of objects [...];
  • Structures [...];
  • Modules [...];
  • Interfaces [...];
  • Delegates [...];
  • Enumeration [...];
  • Other namespaces.

Read the rest of this entry »

, , , ,

2 Comments