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:
// CS1022.cs
namespace x
{
}
} // CS1022
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
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