コード例 #1
0
 internal static void AddList(CustomerCustomerDemoInfoList lst)
 {
     foreach (CustomerCustomerDemoInfo item in lst)
     {
         _AllList.Add(item);
     }
 }
コード例 #2
0
 public CustomerCustomerDemoInfoListPropertyDescriptor(CustomerCustomerDemoInfoList collection, int index) : base(collection, index)
 {
     ;
 }