NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error CS1022

Type or namespace definition, or end-of-file expected

A program does not have a matching set of braces.

The following sample generates CS1022:

namespace x {
}
}   // CS1022