导航

随笔分类 -  .net

net
摘要:reference:https://www.c-sharpcorner.com/article/task-and-thread-in-c-sharp/ 阅读全文

posted @ 2019-05-30 13:22 sishuisufeng 阅读(120) 评论(0) 推荐(0)

摘要:Add the dotnet product feed Before installing .NET, you'll need to register the Microsoft key, register the product repository, and install required d 阅读全文

posted @ 2019-03-06 09:45 sishuisufeng 阅读(161) 评论(0) 推荐(0)

摘要:public void Delete<T>(List<T> EntityList) where T : class, new() 的用法 就是说T必须是一个类(class)类型,不能是结构(structure)类型。 这是类型参数约束,.NET支持的类型参数约束有以下五种: where T : st 阅读全文

posted @ 2018-05-25 13:51 sishuisufeng 阅读(372) 评论(0) 推荐(0)