<?xml version="1.0" encoding="iso-8859-1"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0541</ErrorName>
  <Examples>
    <string>// cs0541.cs: 'ICloneable.Clone' : explicit interface declaration can only be declared in a class or struct
// Line: 7

using System;

interface Interface: ICloneable {
        void ICloneable.Clone ();
}


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