コード例 #1
0
 public void Remove(TransactionCBE value)
 {
     List.Remove(value);
 }
コード例 #2
0
 public int IndexOf(TransactionCBE value)
 {
     return(List.IndexOf(value));
 }
コード例 #3
0
 public void Insert(int index, TransactionCBE value)
 {
     List.Insert(index, value);
 }
コード例 #4
0
 public int Add(TransactionCBE value)
 {
     return(List.Add(value));
 }