<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1027</ErrorName>
  <Examples>
    <string>// CS1027: Expected `#endif' directive
// Line: 11
// Compiler options: -d:NET_2_0

#if NET_2_0

class Test
{
}

</string>
    <string>// CS1027: Expected `#endif' directive
// Line: 6

#if false

</string>
    <string>// CS1027: Expected `#endif' directive
// Line: 6

#if false
/* hey */ #endif        
</string>
  </Examples>
</ErrorDocumentation>