예제 #1
0
 public int Add(ConstructTaskBook value)
 {
     return(base.List.Add(value));
 }
예제 #2
0
 public void Remove(ConstructTaskBook value)
 {
     base.List.Remove(value);
 }
예제 #3
0
 public int Index(ConstructTaskBook value)
 {
     return(base.List.IndexOf(value));
 }
예제 #4
0
 public void Insert(int index, ConstructTaskBook value)
 {
     base.List.Insert(index, value);
 }
예제 #5
0
 public bool Contains(ConstructTaskBook value)
 {
     return(base.List.Contains(value));
 }