多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Compiler Error CS0702 约束不能是特殊类“identifier” 下面的类型不能用作约束:System.Object、System.Array、System.Delegate、System.Enum 和 System.ValueType。 下面的示例生成 CS0702: ``` // CS0702.cs class C<T> where T : System.Array // CS0702 { } ``` ## 请参阅 [类型参数的约束(C# 编程指南)](https://msdn.microsoft.com/zh-cn/library/d5x73970.aspx)