C# 返回值为 list<T>

       public List<T> test<T>(List<T> EntityList) where T : class
        {
            return EntityList;
        }

 

posted @ 2019-03-08 17:51  enych  阅读(3429)  评论(0编辑  收藏  举报