Exemplo n.º 1
0
 public void Insert(int index, MapArea value)
 {
     Insert(index, (object)value);
 }