<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0267</ErrorName>
  <Examples>
    <string>// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'
// Line: 4

public partial static class Test
{
}
</string>
    <string>// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'
// Line: 4

partial enum e {}
</string>
  </Examples>
</ErrorDocumentation>