Compiler Error CS1022
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:
C#
// CS1022.cs
namespace x
{
}
} // CS1022
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: