<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1527</ErrorName>
  <Examples>
    <string>// CS1527: Namespace elements cannot be explicitly declared as private, protected, protected internal, or private protected
// Line: 4

protected interface IFoo {
}
</string>
    <string>// CS1527: Namespace elements cannot be explicitly declared as private, protected, protected internal, or private protected
// Line: 4

private class X {
}
</string>
    <string>// CS1527: Namespace elements cannot be explicitly declared as private, protected, protected internal, or private protected
// Line: 4

protected internal enum E {
}
</string>
  </Examples>
</ErrorDocumentation>