<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1546</ErrorName>
  <Examples>
    <string>// cs1546.cs: Property `Title' is not supported by the C# language. Try to call the accessor method `Test.ITopic.get_Title(int, int)' directly
// 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>