示例#1
0
 public object this[int index]
 {
     get { return(m_ItemsProperty.GetObjectAt(this, index)); }
     set { m_ItemsProperty.SetObjectAt(this, index, value); }
 }