更新:2007 年 11 月
错误消息
指定为 TypeForwardedTo 属性的参数的类型无效
下面的示例生成 CS0735。
// CS735.cs
// compile with: /target:library
using System.Runtime.CompilerServices;
[assembly:TypeForwardedTo(typeof(int[]))] // CS0735
[assembly:TypeForwardedTo(typeof(string))] // OK