コード例 #1
0
 public Object this[int i]
 {
     get { return(Dado[i]); }
     set { Dado.Insert(i, value); }
 }