摘要:
conflic:冲突 例如:continue on confilic:忽略冲突 scope:范围 例如:transaction scope 事务范围 阅读全文
摘要:
//迭代器的定义 public class MyCollection:System.Collections.IEnumerable { string[] item = {"CCC","AAAA","BBBB","DDDDD" }; public IEnumerator GetEnumerator() { for ... 阅读全文