Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A namespace declaration cannot have modifiers or attributes
Modifiers are not meaningful when applied to a namespace, so they are not allowed.
The following sample generates CS1671:
// CS1671.cs
public namespace NS // CS1671
{
}
.NET feedback
.NET is an open source project. Select a link to provide feedback: