<?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>CS0409</ErrorName>
  <Examples>
    <string>// gcs0409.cs: A constraint clause has already been specified for type parameter `U'
// Line: 7

class C&lt;T, U&gt; where U: class, new() where U: new()
{
}
</string>
  </Examples>
</ErrorDocumentation>