
包含
enumerator的中国译典句库查询结果如下:
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-www.ecocn.org-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
| 1 | 即使集合已同步,其他线程仍可以修改集合,从而使枚举数引发异常。 | Even if the collection is synchronized, other threads can still modify the collection, causing the enumerator to throw an exception. | |
| 2 | 检索对枚举数对象的引用,该对象用于对集合进行循环访问。 | Retrieves a reference to an enumerator object, which is used to iterate over the collection. | |
| 3 | 检索用于循环访问包含在缓存中的键设置及其值的字典枚举数。 | Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. | |
| 4 | 将枚举数前移到字符串的第一个文本元素,然后才能读取 | Must be called to advance the enumerator to the first text element of the string before reading the value of | |
| 5 | 将枚举数前移到字符串的下一个文本元素。 | Advances the enumerator to the next text element of the string. | |
| 6 | 将枚举数设置到它的初始位置。 | Sets an enumerator to its initial position. | |
| 7 | 将枚举数推进到集合的下一个元素。 | Advances the enumerator to the next element of the collection. | |
| 8 | 将枚举数重置为第一项。 | Resets the enumerator to the first item. | |
| 9 | 枚举数定位在该集合的第一个元素之前或最后一个元素之后。 | The enumerator is positioned before the first element of the collection or after the last element. | |
| 10 | 枚举数已经到达队列的末尾时为。 | If the enumerator has reached the end of the queue. | |
| 11 | 如果变量包含ADO.NET数据集,则可以将枚举器配置为枚举多个表中的行或枚举表。 | If the variable contains an ADO. NET dataset, the enumerator can be configured to enumerate rows in multiple tables or to enumerate tables. | |
| 12 | 如果创建枚举数后修改了集合中的对象,则由。 | If objects of a collection are modified after the enumerator is created. | |
| 13 | 如果将这三者――枚举器、比较器和过滤器――结合在一起,您将可以查找特定的记录,并按顺序返回结果。 | If you combine all three -- the enumerator , comparator, and filter -- you can search for specific records and return them in sorted order. | |
| 14 | 时,该属性指定枚举器是先枚举同级文件夹还是先枚举完整目录结构。 | Specifies whether the enumerator enumerates the sibling folders first, or whether the complete directory structure is enumerated first. | |
| 15 | 使用比较器进行排序是使用枚举器时的一种选择,另外一种选择是使用过滤器进行搜索。 | Sorting with a comparator is one option when working with an enumerator , searching with a filter is the other. | |
| 16 | 示例1中代码可以进行改写,以便在不使用Enumerator对象的情况下使用。 | The code in Example 1 can be rewritten to work without using the Enumerator object. | |
| 17 | 他是一位肩章上衔有三颗星的炮兵军官,长途跋涉下山来,训练成人口调查员。 | An artillery officer, three stars on his epaulettes, has come down from the mountain in order to train as an enumerator . | |
| 18 | 提供一个字典枚举数,该枚举数可以从当前XML资源文件或流中检索设计时属性。 | Provides a dictionary enumerator that can retrieve the design-time properties from the current XML resource file or stream. | |
| 19 | 通过使用枚举器重复运行控制流。 | Runs a control flow repeatedly by using an enumerator . | |
| 20 | 完成比较器的编写之后,我们来创建一个枚举器,其中引用了ComparatorInteger类的一个实例。 | With the comparator code written, we next create an enumerator , referencing an instance of the ComparatorInteger class. | |
| 21 | 文本元素枚举器只用于读取字符串中的数据; | The text element enumerator is used only to read data in the string; | |
| 22 | 下表汇总了每种枚举器类型需要的信息。 | The following table summarizes the information each enumerator type requires. | |
| 23 | 循环不是最佳选择,除非您知道该集合公开的枚举数对象的特征。 | Loop is not the best choice unless you know the characteristics of the enumerator object the collection exposes. | |
| 24 | 也将返回它所设置成的元素。 | Returns the element that it is set to, even though the enumerator is invalidated. | |
| 25 | 一个枚举数展平一个集合,以便可以按顺序访问成员。 | An enumerator flattens a collection so that the members can be accessed sequentially. | |
| 26 | 因此,建议使用foreach,而不直接操作枚举数。 | Therefore, using foreach is recommended, instead of directly manipulating the enumerator . | |
| 27 | 因此,建议使用适当的语句,而不直接操作枚举数。 | Therefore, using the appropriate statement is recommended, instead of directly manipulating the enumerator . | |
| 28 | 因此,您不需要使用Enumerator对象来访问集合的成员。 | Consequently, you do not need to use the Enumerator object to access members of a collection. | |
| 29 | 因此,在读取Current的值之前,必须调用MoveNext将枚举数提前到集合的第一个元素。 | Therefore, you must call MoveNext to advance the enumerator to the first element of the collection before reading the value of Current. | |
| 30 | 这个枚举器将使用比较器作为排序算法,从记录存储创建一个记录结果集。 | The enumerator will create a result set of records from the record store, using the comparator as the sorting algorithm. |
查询记录