編譯器錯誤 CS0735
更新:2007 年 11 月
錯誤訊息
指定做為 TypeForwardedTo 屬性引數的型別無效
下列範例會產生 CS0735:
// CS735.cs
// compile with: /target:library
using System.Runtime.CompilerServices;
[assembly:TypeForwardedTo(typeof(int[]))] // CS0735
[assembly:TypeForwardedTo(typeof(string))] // OK