A Generic method to remove items from a collection when the type is sure to have a particular property

前端 未结 0 406
轮回少年
轮回少年 2020-12-09 15:29

Consider this code.

distinctBrandIds is a collection of type long

List distinctBrandIds = new List{ 1, 5, 4};

相关标签:
回答
  • 消灭零回复
提交回复
热议问题