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
Within a namespace, you can declare one or more of the following types:
another namespace
- class
- interface
- struct
- enum
- delegate
0 comments:
Post a Comment