摘要: //以字符串为下标的索引器 public class IDXer2 { private Hashtable name = new Hashtable(); //以字符串为下标的索引器 public string this[string index] { get { return name[index 阅读全文
posted @ 2020-09-01 15:40 AetlySaber 阅读(110) 评论(0) 推荐(0)