<?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>CS0265</ErrorName>
  <Examples>
    <string>// gcs0265.cs: Partial declarations of `Partial&lt;T&gt;' have inconsistent constraints for type parameter `T'
// Line: 4

partial class Partial&lt;T&gt; where T: class, new()
{
}

partial class Partial&lt;T&gt; where T : new ()
{
}
</string>
  </Examples>
</ErrorDocumentation>