摘要: conflic:冲突 例如:continue on confilic:忽略冲突 scope:范围 例如:transaction scope 事务范围 阅读全文
posted @ 2008-09-06 20:38 kuailewangzi1212 阅读(380) 评论(55) 推荐(0) 编辑
摘要: //迭代器的定义 public class MyCollection:System.Collections.IEnumerable { string[] item = {"CCC","AAAA","BBBB","DDDDD" }; public IEnumerator GetEnumerator() { for ... 阅读全文
posted @ 2008-09-06 11:50 kuailewangzi1212 阅读(195) 评论(0) 推荐(0) 编辑