<?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>CS0531</ErrorName>
  <Examples>
    <string>// cs0531-2.cs: `Interface.P.get': interface members cannot have a definition
// Line:

public interface Interface {        
	int P { get {} }
}</string>
    <string>// cs0531.cs: `Interface.Foo()': interface members cannot have a definition
// Line: 5

public interface Interface {
        void Foo () {
        }
}



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