单词 | indexer |
释义 | 例句释义: 索引,〔光〕分度器,调车定位机车,索引器,抽象的索引器 1. Indexers do not have to be indexed by an integer value; it is up to you how to define the specific look-up mechanism. 索引器不必根据整数值进行索引,由您决定如何定义特定的查找机制。 msdn2.microsoft.com 2. Indexers permit a default property on a type to be indexed as if the type were an array. 索引器允许对某个类型上的默认属性进行索引,就像该类型是数组一样。 msdn2.microsoft.com 3. Indicates the name by which an indexer is known in programming languages that do not support indexers directly. 指示使索引器在不直接支持索引器的编程语言中已知的名称。 msdn2.microsoft.com 4. The implementation of an index property should be as simple as possible because indexers are often used in loops. 索引属性的实现应尽可能简单,因为索引器经常在循环中使用。 msdn2.microsoft.com 5. Properties and indexers of a class can define extra accessors for a property or indexer defined on an interface. 属性和索引器的类可以定义额外的属性或索引器在接口上定义的访问器。 technet.microsoft.com 6. Fields cannot be virtual; only methods, properties, events and indexers can be virtual. 字段不能是虚拟的,只有方法、属性、事件和索引器才可以是虚拟的。 msdn2.microsoft.com 7. Interfaces can be made up of methods, properties, events, indexers, or any combination of those four member types. 接口可由方法、属性、事件、索引器或这四种成员类型的任何组合构成。 msdn2.microsoft.com 8. Access to fields by external classes should be indirect, by means of methods, properties, or indexers. 外部类应当通过方法、属性或索引器来间接访问字段。 msdn2.microsoft.com 9. Properties or indexers can only use generic type parameters defined at the scope of the class. 属性或索引器只能使用在类的作用范围中定义的一般类型参数。 msdn2.microsoft.com 10. Accessor methods of indexers take parameters, while property accessor methods do not. 访问器方法带有参数,而属性访问器方法不带参数。 msdn2.microsoft.com 1. Properties and indexers on a class can define extra accessors for a property or indexer defined on an interface. 类的属性和索引器可以为接口上定义的属性或索引器定义额外的访问器。 technet.microsoft.com 2. It looks as though 2008 confirmed the case for index investing in consumers' minds. Indexers are in the ascendant. 在客户的心目中,看起来2008年似乎证明了指数化投资的优势。指数基金正方兴未艾。 www.ftchinese.com 3. XML serialization does not convert methods, indexers, private fields, or read-only properties (except read-only collections). XML序列化不转换方法、索引器、私有字段或只读属性(只读集合除外)。 msdn2.microsoft.com 4. Indexers permit instances of a class or struct to be indexed in the same way as arrays. 索引器允许类或结构的实例按照与数组相同的方式进行索引。 msdn2.microsoft.com 5. For indexers, the name is read-only and the rest (type, modifier, summary) are editable. 对于索引器,名称是只读的,其余内容(类型、修饰符、摘要)都是可编辑的。 technet.microsoft.com 6. This tag can be applied to definitions for methods, properties, events, and indexers. 此标记可用在方法、属性、事件和索引器的定义中。 msdn2.microsoft.com 7. You can create placeholders for anything in an interface: methods, properties, indexers , and events. 你可以为接口里面的任何东西创建占位符:方法,属性,索引器,事件。 dictsearch.appspot.com 8. Interfaces consist of methods, properties, events, indexers, or any combination of those four member types. 接口包含方法、属性、事件、索引器或那些四种成员类型的任意组合。 technet.microsoft.com 9. The array indexing operator cannot be overloaded; however, types can define indexers, and properties that take one or more parameters. 不能重载数组索引运算符;但类型可以定义采用一个或多个参数的索引器和属性。 msdn2.microsoft.com 10. Interfaces can consist of methods, properties, events, indexers, or any combination of those four member types. 接口可由方法、属性、事件、索引器或这四种成员类型的任意组合构成。 technet.microsoft.com 1. In other words the string indexers don't affect the length of the array. 也就是说,字符串索引的元素是不计入数组长度的计算范围的。 dictsearch.appspot.com 2. Displays the Reorder Parameters Dialog Box, which lets you change the order of the parameters for methods, indexers, and delegates. 显示“重新排列参数”对话框,利用它可以为方法、索引器和委托更改参数的顺序。 msdn2.microsoft.com 3. Indexers are most frequently implemented in types whose primary purpose is to encapsulate an internal collection or array. 索引器经常是在主要用于封装内部集合或数组的类型中实现的。 technet.microsoft.com 4. Do not provide more than one family of overloaded indexers in one type. 不要在一个类型中提供一组以上的重载索引器。 technet.microsoft.com 5. The array indexing operator cannot be overloaded, but you can define indexers. 不能重载数组索引运算符,但可定义索引器。 msdn2.microsoft.com 6. You can specify data members, concrete methods, implementation for virtual methods, properties, events, and indexers . 你可以指定数据成员,具体方法,对虚方法、属性、事件、索引器的实现。 dictsearch.appspot.com 7. Indexers allow an object to be indexed in a manner similar to arrays. 索引器允许以类似于数组的方式为对象建立索引。 msdn2.microsoft.com 8. By marking up acronyms you can give useful information to browsers, spell checkers, translation systems and search-engine indexers . 你可以标记上缩写内容来为浏览器提供有用的信息,拼写的检查,翻译系统,以及搜索引擎的索引。 dictsearch.appspot.com 9. Data that your class exposes to client code should be provided through methods, properties and indexers. 您的类向客户端代码公开的数据应通过方法、属性和索引器提供。 technet.microsoft.com 10. Consider using indexers to provide access to data stored in an internal array. 考虑使用索引器提供对存储在内部数组中的数据的访问。 msdn2.microsoft.com 1. An indexer introduced in a class or struct hides all base class indexers with the same signature. 引入类或结构中的索引器将隐藏具有相同名称的所有基类索引器。 msdn2.microsoft.com 2. Keywords can also be applied to properties, indexers, and events. 关键字还可以用于属性、索引器和事件中。 msdn2.microsoft.com 3. An interface can specify methods, properties, events, and indexers for classes to implement. 一个接口可以为将要实现的类指定方法、属性、事件、和索引器。 www.bbsmvc.com 4. Consider providing indexers on types representing collections of items. 考虑对表示项的集合的类型提供索引器。 msdn2.microsoft.com 5. Part 2 of this series explains modeling C# indexers, properties, constructors, destructors, and operators. 本系列的第2部分将介绍C#指示器、属性、构造方法、析构方法,和操作符的建模。 www.ibm.com 6. Methods, indexers, private fields, and read-only properties are not serialized. 方法、索引器、私有字段和只读属性不会被序列化。 msdn2.microsoft.com 7. Modifier can be used with classes, methods, properties, indexers, and events. 修饰符可以和类、方法、属性、索引器及事件一起使用。 msdn2.microsoft.com 8. Indexers enable objects to be indexed in a similar way to arrays. 索引器使得对象可按照与数组相似的方法进行索引。 msdn2.microsoft.com 9. For more information about how to use indexers with an interface, see Interface Indexers. 有关如何对接口使用索引器的更多信息,请参见接口索引器。 msdn2.microsoft.com 10. and horizontal machining centers as well as CNC lathes, rotary tables, and5 C indexers . 数控立式和卧式加工中心、控车床、台和5轴分度仪。 dictsearch.appspot.com 1. The parameter type of a method or indexers. 方法或索引器的参数类型。 msdn2.microsoft.com 2. Is a refactoring operation that provides an easy way to remove parameters from methods, indexers, or delegates. 是一项重构操作,提供了从方法、索引器或委托中移除参数的简单方法。 msdn2.microsoft.com 3. See Properties and Indexers for more information. 有关更多信息,请参见属性和索引器。 msdn2.microsoft.com 4. Indexers are read-write in code and the Class Details window, but the indexer name is read-only. 索引器在代码中和“类详细信息”窗口中是读写的,但索引器名称是只读的。 technet.microsoft.com 5. Multiple sets of indexers are not supported by some languages. 有些语言不支持多组索引器。 technet.microsoft.com 6. You can use the indexers of the IfxDataReader to access the columns by their names. 可以使用IfxDataReader的索引,通过列的名称来访问列。 www.ibm.com 7. Most managers, including growth and momentum investors and market indexers, pay little or no attention to value criteria. 大多数的管理者,包括成长和趋势投资者以及市场指数编制者,很少或根本就不关注价值标准的判断。 blog.163.com 8. Multi-dimensional indexers can significantly reduce the usability of the library. 多维索引器会大大降低库的可用性。 technet.microsoft.com 9. Indexers are similar to properties. 索引器与属性类似。 msdn2.microsoft.com 10. So it's important to improve indexers' quality from indexing practice. 提高标引人员的素养很重要。标引人员需要在标引实践中磨练。 dictsearch.appspot.com 1. You must implement all methods, supply any and all property accessors and indexers , and define all events defined in the interface. 你必须实现所有方法,支持所有任何属性访问和索引器,定义在接口里面定义的事件。 dictsearch.appspot.com 2. Explains how to declare indexers on an interface. 解释如何声明接口上的索引器。 msdn2.microsoft.com 3. Use indexers if the collection is based on an array. 如果集合基于数组,请使用索引器。 msdn2.microsoft.com 4. The this keyword is used to define the indexers. this关键字用于定义索引器。 msdn2.microsoft.com 5. Indexers can have more than one formal parameter, for example, when accessing a two-dimensional array. 索引子可以具有一个以上的型式参数,例如,在存取二维阵列时便是如此。 technet.microsoft.com 6. Optional and named arguments can be used not only with methods but also with indexers and constructors. 可选参数和命名参数不仅可以用在方法调用中,还可以用在索引器和构造器中。 dictsearch.appspot.com 7. Indexers do not have to be indexed by an integer value; 索引子不需要以整数值来索引; technet.microsoft.com 8. Indexers must have at least one parameter 索引器必须至少有一个参数 msdn2.microsoft.com 9. For more information about using indexers with an interface, see 有关对接口使用索引器的更多信息,请参见 msdn2.microsoft.com 10. 'Static class': cannot declare indexers in a static class “staticclass”:不能在静态类中声明索引器 msdn2.microsoft.com 1. There are two main ways in which the security and reliability of indexers can be improved 提高索引器的安全性和可靠性有两种主要的方法 msdn2.microsoft.com 2. Comparison Between Properties and Indexers 属性与索引器之间的比较 msdn2.microsoft.com 3. The American Society of Indexers 美国索引家学会 www.cnindex.fudan.edu.cn 4. Australian and New Zealand Society of Indexers 年起,澳大利亚与新西兰索引家学会 www.cnindex.fudan.edu.cn 5. Use integral or string argument for indexers 索引器应该使用整数或者字符串类型的参数 blog.csdn.net 6. To build and run the Indexers sample within Visual Studio 在VisualStudio中生成并运行“索引器”示例 msdn2.microsoft.com 7. To build and run the Indexers sample from a command prompt 从命令提示符处生成并运行“索引器”示例 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。