VS_Saber

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年12月11日

摘要: class Animal { private Dictionary indexer1 = new Dictionary(); private string[] indexer2 = new string[10]; //从indexer1取值的索引器 public int this[string index] ... 阅读全文
posted @ 2017-12-11 20:01 小顶山人 阅读(1242) 评论(0) 推荐(0)