<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0596</ErrorName>
  <Examples>
    <string>// CS0596: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
class C
{
}</string>
    <string>// CS0596: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
interface I
{
}</string>
  </Examples>
</ErrorDocumentation>