Home »

What is the syntax to declare a namespace in .NET?

Question ListCategory: VB.NETWhat is the syntax to declare a namespace in .NET?
jeanderson295 author asked 9 years ago
1 Answers
shah_kajal184 author answered 8 years ago

In .NET, the namespace keyword is used to declare a namespace in the code. The syntax for declaring a namespace in C# is: namespace UserNameSpace; The syntax for declaring a namespace in VB is: Namespace UserNameSpace

Please login or Register to Submit Answer