Exemplo n.º 1
0
 public bool Remove(IEventSummaryItem item)
 {
     return _this.Remove(item);
 }
Exemplo n.º 2
0
 public void Insert(int index, IEventSummaryItem item)
 {
     _this.Insert(index, item);
 }
Exemplo n.º 3
0
 public int IndexOf(IEventSummaryItem item)
 {
     return _this.IndexOf(item);
 }
Exemplo n.º 4
0
 public void CopyTo(IEventSummaryItem[] array, int arrayIndex)
 {
     _this.CopyTo(array, arrayIndex);
 }
Exemplo n.º 5
0
 public bool Contains(IEventSummaryItem item)
 {
     return _this.Contains(item);
 }
Exemplo n.º 6
0
 public void Add(IEventSummaryItem item)
 {
     _this.Add(item);
 }