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.
Type or namespace definition, or end-of-file expected
A source-code file does not have a matching set of braces.
The following sample generates CS1022:
// CS1022.cs
namespace x
{
}
} // CS1022