示例#1
0
 public void Remove(UrunRapor obj)
 {
     this.List.Remove(obj);
 }
示例#2
0
 public int IndexOf(UrunRapor obj)
 {
     return(this.List.IndexOf(obj));
 }
示例#3
0
 public void Insert(int index, UrunRapor obj)
 {
     this.List.Insert(index, obj);
 }
示例#4
0
 public bool Contains(UrunRapor obj)
 {
     return(this.List.Contains(obj));
 }
示例#5
0
 public int Add(UrunRapor obj)
 {
     return(this.List.Add(obj));
 }