예제 #1
0
 public void Insert(int index, MapArea value)
 {
     this.Insert(index, (object)value);
 }