Beispiel #1
0
 internal int Add(Automobil a1)
 {
     return(InnerList.Add(a1));
 }
Beispiel #2
0
 internal void Remove(Automobil a1)
 {
     InnerList.Remove(a1);
 }