我在vb.net程序中有兩個通用列表。我想循環List_A並在List_B中搜索List_A.ID,通用元素應存儲在第三個列表(LIST)中。 For Each n As BE_Busq In List_A
LIST = List_B.FindAll(Function(x As BE_Busq) x.ID = n.ID)
'' for each step, LIST shou
我有一個包含使用cDates類的句點的c#列表。 public class cDates
{
public Date PeriodStart {get;set;}
public Date PeriodEnd {get;set;}
}
2014/01/01 - 2014/04/30
2014/05/01 - 2014/07/31
2014/08/01 - 2014/