04 2016 档案
摘要:List查找指定数据 var tmpBillInputCheckList = BillInputCheckList.FindAll(m => m.BillDetailGuid == tmpBillDetailGuid); List删除指定数据 BillInputCheckDetailList.Rem
阅读全文
摘要:Problem. You have questions about the List collection in the .NET Framework, which is located in the System.Collections.Generic namespace. You want to
阅读全文