C# 泛型返回空

C# 泛型默认不允许返回空,如果需要返回空可以在类或者函数名上增加 

 where T : class

示例

 

posted @ 2020-08-04 09:58  zhaogaojian  阅读(592)  评论(0编辑  收藏  举报