<?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>CS0729</ErrorName>
  <Examples>
    <string>// gcs0729.cs: Cannot forward type `C' because it is defined in this assembly
// Line: 7

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof (C))]

class C
{
}</string>
  </Examples>
</ErrorDocumentation>