Ejemplo n.º 1
0
 public virtual void RemoveElem(T element)
 {
     if (element != null)
     {
         elements.Remove(element);
     }
 }