Exemplo n.º 1
0
 public void removeBefore(PositionElement p)
 {
     this.Positions.RemoveRange(0, this.Positions.IndexOf(p) );
 }
Exemplo n.º 2
0
 public void ajouterPoint(PositionElement point)
 {
     _Positions.Add(point);
 }