<?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>CS0451</ErrorName>
  <Examples>
    <string>// CS0451: The `new()' constraint cannot be used with the `struct' constraint
// Line: 6

class C
{
	public static void Foo&lt;T&gt;() where T : struct, new ()
	{
	}
}
</string>
  </Examples>
</ErrorDocumentation>