<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1546</ErrorName>
  <Examples>
    <string>// CS1546: Property or event `Test.ITopic.Title' is not supported by the C# language
// Line: 9
// Compiler options: -r:CS1546-lib.dll

using Test;

class C {		
	public C (ITopic it) {
		string i = it.Title (2, 3);
	}
}
</string>
  </Examples>
</ErrorDocumentation>