包含

    enumerator

    的中国译典句库查询结果如下:

    详细句库 左右对照 句库目录 中文百科 Wiki百科 英文搜索 点击左侧选项卡,可以快捷查询右侧输入窗的内容

    Even if the collection is synchronized, other threads can still modify the collection, causing the enumerator to throw an exception.

    即使集合已同步,其他线程仍可以修改集合,从而使枚举数引发异常。

    属类:IT行业-msdn2.microsoft.com-

    Retrieves a reference to an enumerator object, which is used to iterate over the collection.

    检索对枚举数对象的引用,该对象用于对集合进行循环访问。

    属类:IT行业-msdn2.microsoft.com-

    Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.

    检索用于循环访问包含在缓存中的键设置及其值的字典枚举数。

    属类:IT行业-msdn2.microsoft.com-

    Must be called to advance the enumerator to the first text element of the string before reading the value of

    将枚举数前移到字符串的第一个文本元素,然后才能读取

    属类:IT行业-msdn2.microsoft.com-

    Advances the enumerator to the next text element of the string.

    将枚举数前移到字符串的下一个文本元素。

    属类:IT行业-msdn2.microsoft.com-

    Sets an enumerator to its initial position.

    将枚举数设置到它的初始位置。

    属类:IT行业-msdn2.microsoft.com-

    Advances the enumerator to the next element of the collection.

    将枚举数推进到集合的下一个元素。

    属类:IT行业-msdn2.microsoft.com-

    Resets the enumerator to the first item.

    将枚举数重置为第一项。

    属类:IT行业-msdn2.microsoft.com-

    The enumerator is positioned before the first element of the collection or after the last element.

    枚举数定位在该集合的第一个元素之前或最后一个元素之后。

    属类:IT行业-msdn2.microsoft.com-

    If the enumerator has reached the end of the queue.

    枚举数已经到达队列的末尾时为。

    属类:IT行业-msdn2.microsoft.com-

    If the variable contains an ADO. NET dataset, the enumerator can be configured to enumerate rows in multiple tables or to enumerate tables.

    如果变量包含ADO.NET数据集,则可以将枚举器配置为枚举多个表中的行或枚举表。

    属类:IT行业-msdn2.microsoft.com-

    If objects of a collection are modified after the enumerator is created.

    如果创建枚举数后修改了集合中的对象,则由。

    属类:IT行业-msdn2.microsoft.com-

    If you combine all three -- the enumerator , comparator, and filter -- you can search for specific records and return them in sorted order.

    如果将这三者――枚举器、比较器和过滤器――结合在一起,您将可以查找特定的记录,并按顺序返回结果。

    属类:IT行业-www.ibm.com-

    Specifies whether the enumerator enumerates the sibling folders first, or whether the complete directory structure is enumerated first.

    时,该属性指定枚举器是先枚举同级文件夹还是先枚举完整目录结构。

    属类:IT行业-msdn2.microsoft.com-

    Sorting with a comparator is one option when working with an enumerator , searching with a filter is the other.

    使用比较器进行排序是使用枚举器时的一种选择,另外一种选择是使用过滤器进行搜索。

    属类:IT行业-www.ibm.com-

    The code in Example 1 can be rewritten to work without using the Enumerator object.

    示例1中代码可以进行改写,以便在不使用Enumerator对象的情况下使用。

    属类:IT行业-msdn2.microsoft.com-

    An artillery officer, three stars on his epaulettes, has come down from the mountain in order to train as an enumerator .

    他是一位肩章上衔有三颗星的炮兵军官,长途跋涉下山来,训练成人口调查员。

    属类:英汉句库-www.ecocn.org-

    Provides a dictionary enumerator that can retrieve the design-time properties from the current XML resource file or stream.

    提供一个字典枚举数,该枚举数可以从当前XML资源文件或流中检索设计时属性。

    属类:IT行业-msdn2.microsoft.com-

    Runs a control flow repeatedly by using an enumerator .

    通过使用枚举器重复运行控制流。

    属类:IT行业-msdn2.microsoft.com-

    With the comparator code written, we next create an enumerator , referencing an instance of the ComparatorInteger class.

    完成比较器的编写之后,我们来创建一个枚举器,其中引用了ComparatorInteger类的一个实例。

    属类:IT行业-www.ibm.com-

    The text element enumerator is used only to read data in the string;

    文本元素枚举器只用于读取字符串中的数据;

    属类:IT行业-technet.microsoft.com-

    The following table summarizes the information each enumerator type requires.

    下表汇总了每种枚举器类型需要的信息。

    属类:IT行业-msdn2.microsoft.com-

    Loop is not the best choice unless you know the characteristics of the enumerator object the collection exposes.

    循环不是最佳选择,除非您知道该集合公开的枚举数对象的特征。

    属类:IT行业-msdn2.microsoft.com-

    Returns the element that it is set to, even though the enumerator is invalidated.

    也将返回它所设置成的元素。

    属类:IT行业-msdn2.microsoft.com-

    An enumerator flattens a collection so that the members can be accessed sequentially.

    一个枚举数展平一个集合,以便可以按顺序访问成员。

    属类:IT行业-msdn2.microsoft.com-

    Therefore, using foreach is recommended, instead of directly manipulating the enumerator .

    因此,建议使用foreach,而不直接操作枚举数。

    属类:IT行业-msdn2.microsoft.com-

    Therefore, using the appropriate statement is recommended, instead of directly manipulating the enumerator .

    因此,建议使用适当的语句,而不直接操作枚举数。

    属类:IT行业-msdn2.microsoft.com-

    Consequently, you do not need to use the Enumerator object to access members of a collection.

    因此,您不需要使用Enumerator对象来访问集合的成员。

    属类:IT行业-msdn2.microsoft.com-

    Therefore, you must call MoveNext to advance the enumerator to the first element of the collection before reading the value of Current.

    因此,在读取Current的值之前,必须调用MoveNext将枚举数提前到集合的第一个元素。

    属类:IT行业-msdn2.microsoft.com-

    The enumerator will create a result set of records from the record store, using the comparator as the sorting algorithm.

    这个枚举器将使用比较器作为排序算法,从记录存储创建一个记录结果集。

    属类:IT行业-www.ibm.com-

    查询记录
    简典