<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0735</ErrorName>
  <Examples>
    <string>// CS0735: Invalid type specified as an argument for TypeForwardedTo attribute
// Line: 7

using System;
using System.Runtime.CompilerServices;

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

using System;
using System.Runtime.CompilerServices;

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