<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0215</ErrorName>
  <Examples>
    <string>// CS0215: The return type of operator True or False must be bool
// Line: 11 

class Blah {

	public static void Main ()
	{

	}

	public static int operator true (Blah i) {}

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