﻿<?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>CS8203</ErrorName>
  <Examples>
    <string>//
// The type parameters introduce the names into the class namespace, so it is
// not possible to have members with the same name as a parameter
//


// type parameter is the same name as the class

class Y &lt;Y&gt; {
}

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