Beispiel #1
0
 public void Remove(TAB512 value)
 {
     List.Remove(value);
 }
Beispiel #2
0
 public bool Contains(TAB512 value)
 {
     return(List.Contains(value));
 }
Beispiel #3
0
 public void Insert(int index, TAB512 value)
 {
     List.Insert(index, value);
 }
Beispiel #4
0
 public int IndexOf(TAB512 value)
 {
     return(List.IndexOf(value));
 }
Beispiel #5
0
 public int Add(TAB512 value)
 {
     return(List.Add(value));
 }