摘要: 1 public class IndexerDemo 2 { 3 IList list = new List(); 4 5 public IndexerDemo() 6 { 7 list.Add("1"); 8 list.Add("2"); 9 } 10 ... 阅读全文
posted @ 2017-01-16 00:17 猫眼三姐妹 阅读(1164) 评论(0) 推荐(0) 编辑