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