<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0694</ErrorName>
  <Examples>
    <string>// gcs0694.cs: Type parameter `Y' has same name as containing type, or method
// Line: 4

class Y &lt;Y&gt; {
}

class Test
{
	static void Main ()
	{ }
}

</string>
  </Examples>
</ErrorDocumentation>