Pages

Thursday, May 9, 2013

namespace

The namespace keyword is used to declare a scope. This namespace scope lets you organize code and gives you a way to create globally unique types.

Within a namespace, you can declare one or more of the following types:

    another namespace

  1.     class
  2.     interface
  3.     struct
  4.     enum
  5.     delegate

0 comments:

Post a Comment