﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS1527</ErrorName>
  <Examples>
    <string>// cs1527.cs: namespace elements cant explicitly be declared protected or private
// Line:
private class X {
}
</string>
  </Examples>
</ErrorDocumentation>