<?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>CS0735</ErrorName>
  <Examples>
    <string>// gcs0735-2.cs: Invalid type specified as an argument for TypeForwardedTo attribute
// Line: 7

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof (int[]))]</string>
    <string>// gcs0735.cs: Invalid type specified as an argument for TypeForwardedTo attribute
// Line: 7

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo((Type)null)]</string>
  </Examples>
</ErrorDocumentation>