随笔分类 - C#
摘要:Directly using IEnumerator for iterationsEnumerators are used to read data in the collection. The foreach statement hides the complexity of the enumerators, but you can directly manipulate IEnumerator for customized iterations. Let's do an example:Code:List<string> myList =newList<strin
阅读全文

浙公网安备 33010602011771号