enumerator
常見例句
- Each value retrieved via the enumerator should correspond with one row of the resultset.
通過枚舉器檢索的每個值都應(yīng)與結(jié)果集的一行對應(yīng)。
blog.sina.com.cn - If you combine all three -- the enumerator, comparator, and filter -- you can search for specific records and return them in sorted order.
如果將這三者 ―― 枚舉器、比較器和過濾器 ―― 結(jié)合在一起,您將可以查找特定的記錄,并按順序返回結(jié)果。 - Although this technique has been sufficient to our needs so far, we'll see in this section what happens when we extend our code to include a record enumerator.
盡管這種技術(shù)已經(jīng)足以滿足我們的需求,在這一節(jié),我們還是會擴展自己的代碼,加入一個記錄枚舉器看看會有什么結(jié)果。 返回 enumerator