enumerator是什么意思,enumerator怎么读,
英式发音:[ɪˈnjuːməreɪtə] 美式发音:[ɪˈnjuːməreɪtə]
词根:enumerate
n.enumeration 列举;[数] 计算;细目
vt.enumerate 列举;枚举;计算
1.When an enumerator is created, it takes a snapshot of the current state of the collection.
在创建枚举数后,该枚举数会创建集合当前状态的快照。
2.When the enumerator is created, it points to the head of the queue, at a location before the first message.
在建立列举值时,它会指向伫列的前端,位于第一个讯息的前面。
3.This method instantiates an enumerator that takes a snapshot of the current state of the collection.
此方法实例化一个枚举数,该枚举数采用集合当前状态的快照。
5.Each value retrieved via the enumerator should correspond with one row of the resultset.
通过枚举器检索的每个值都应与结果集的一行对应。
6.It USES the new yield keyword to create the enumerator much more easily than previous versions of the framework.
它使用新生成的关键字来创建比早期版本的框架更方便的枚举器。