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