<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0694</ErrorName>
  <Examples>
    <string>// CS0694: 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>