摘要: .NET支持的类型参数约束有以下五种:where T : struct | T必须是一个结构类型where T : class | T必须是一个Class类型where T : new() | T必须要有一个无参构造函数where T : NameOfBaseClass | T必须继承名为NameO 阅读全文
posted @ 2018-07-26 22:26 fishyue 阅读(4328) 评论(0) 推荐(1) 编辑