单词 | class-members | ||||||||||||
释义 | class-members
更多释义 收起释义 例句释义: 类成员,类别成员,类方法 1. MyBase cannot be used to access base class members that are marked as Friend if the base class is in a different assembly. 如果基类在不同的程序集中,则不能使用MyBase来访问标记为Friend的基类成员。 msdn2.microsoft.com 2. Fields , properties , methods, and events on a class are collectively referred to as class members . 类的字段、属性、方法和事件统称为“类成员”。 www.bing.com 3. When a class declares a base class, all of the class members defined for the base class become part of the new class as well. 当类声明基类时,为基类定义的所有类成员也成为新类的一部分。 msdn2.microsoft.com 4. We began to hug one another after each class. Eventually hugging became a common greeting among class members on campus. 每节课下课后,我们便彼此拥抱。最后,拥抱成为我们班同学校在校园里常见的问候方式。 blog.sina.com.cn 5. The sealed keyword enables you to prevent the inheritance of a class or certain class members that were previously marked virtual. 使用sealed关键字可以防止继承以前标记为virtual的类或某些类成员。 msdn2.microsoft.com 6. "The best use is to provide compensation to the class members, " said Elliott Kula, who represents some of the objectors. “最好的做法是为这类成员提供补偿。”ElliottKula说,反对者的律师代表说。 www.bing.com 7. Inheritance modifier that allows for definition of classes and class members, but does not allow implementations to be given. 允许定义类和类成员但不允许给定实现的继承修饰符。 msdn2.microsoft.com 8. The main purpose of shadowing (which is also known as hiding by name) is to preserve the definition of your class members. 隐藏(又称为按名称隐藏)的主要目的是保护类成员的定义。 msdn2.microsoft.com 9. Is commonly used to access base class members that are overridden or shadowed in a derived class. 通常用于访问派生类中被重写或被隐藏的基类成员。 msdn2.microsoft.com 10. Not surprisingly, regions that have large numbers of creative class members are also some of the most affluent and growing. 毫不奇怪,创新阶层庞大的地区常常也是最富有、增长最快的地区。 www.america.gov 1. You may notice that the syntax used to declare interface members is different from the syntax used to declare class members. 您可能注意到,用于声明接口成员的语法与用于声明类成员的语法是不同的。 msdn2.microsoft.com 2. In some applications, it might be possible for other threads to access class members before their class constructors have completely run. 在某些应用程序中,其他线程可能在它们的类构造函数完全运行之前访问类成员。 msdn2.microsoft.com 3. The declarations of the class members within the class body introduce the member names into the scope of their class. 在类的定义体内声明类成员,将成员名引入类的作用域。 dictsearch.appspot.com 4. Modifiers control the visibility of the class members, how members are inherited, and the overall behavior of a class. 修饰符控制类成员的可见性、如何继承成员以及类的总体行为。 msdn2.microsoft.com 5. Attribute can be used to mark class members that should not be persisted . 属性可用于标记不应保留的类成员。 www.bing.com 6. Class members that have no implementation are abstract members. 没有实现的类成员是抽象成员。 msdn2.microsoft.com 7. The main purpose of shadowing is to protect the definition of your class members. 隐藏的主要目的是保护类成员的定义。 msdn2.microsoft.com 8. But most of them are drenched in sweat by the time the class members twist their arms and legs into the "eagle" pose. 当学员们扭曲他们的四肢摆成“老鹰式”的时候,他们已经全部湿透了。 bbs.putclub.com 9. Static classes and class members are used to create data and functions that can be accessed without creating an instance of the class. 静态类和类成员用于创建无需创建类的实例就能够访问的数据和函数。 msdn2.microsoft.com 10. Class members who summarize, clarify, simplify, or suggest what else needs to be covered can also make a valuable contribution. 班级中那些做归纳、分类、简化工作的或是对课程提出新内容建议的都做出了很有价值的贡献。 www.myoops.org 1. Note that the class is abstract but none of the class members are abstract. 注意,该类是抽象类,但类成员都不是抽象成员。 msdn2.microsoft.com 2. An abstract class is a class which may have the usual flavors of class members (private, protected, etc. ), but has some abstract methods. 抽象类是一个可以包括通常类成员(私有,保护,等)的类,但有一些抽象方法。 blog.163.com 3. However, there are several cases in which preserving the order of declared class members would be useful. 不过,在某些情况下,若能保持所声明的类成员的顺序将非常有用。 www.ibm.com 4. A constant, field, property, or type introduced in a class or struct hides all base class members with the same name. 引入类或结构中的常数、指定、属性或类型隐藏具有相同名称的所有基类成员。 msdn2.microsoft.com 5. Attributes are specialized classes that are attached to other classes or class members and are emitted into metadata at compile time. 属性是专用类,它们附加到其他类或类成员并在编译时发送到元数据中。 msdn2.microsoft.com 6. Describes the modifiers that can be used to control the visibility of class members, how classes inherit, and how classes behave. 描述可用于控制类成员可见性的修饰符,并描述类是如何继承的以及类如何操作。 msdn2.microsoft.com 7. when pointers to class members were introduced into the language , the member selection operators were extended. 将指向类成员的指针引入语言时,扩展了成员选择运算符(例如,从。 www.ichacha.net 8. Modifier to eliminate the warning message, as well as accessing the hidden class members by using their fully qualified names. 修饰符来消除警告消息,而且还演示了如何使用完全限定名来访问隐藏的类成员。 msdn2.microsoft.com 9. Changes you make to the values of class members affect those members when accessed through another variable pointing to the same instance. 当通过指向同一实例的另一个变量访问时,更改的类成员的值会影响这些成员。 msdn2.microsoft.com 10. Hidden class members can still be called if an instance of the derived class is cast to an instance of the base class. 如果将派生类的实例强制转换为基类的实例,就仍然可以调用隐藏类成员。 msdn2.microsoft.com 1. Otherwise, the visibility of class members is the same as private without a scope specifier. 否则,类成员的可见性就和没有域限定符的private一样了。 www.bing.com 2. The newcomers brought dynamism and diversity to the E. U. , but they are often treated like second-class members. 新成员给欧盟带来了活力以及新的内容,然而,却常常遭受着二等成员的待遇。 www.bing.com 3. Class members of this kind are known as static. 这种类成员叫做静态成员。 www.ibm.com 4. Exposing existing class members and functions to other applications using Automation. 向其他使用自动化的应用程序公开现有类成员和函数。 msdn2.microsoft.com 5. Namespace provides a variety of elements that can be used to represent class members. 命名空间提供了多种可用来表示类成员的元素。 msdn2.microsoft.com 6. Typical join points in AspectJ include method calls, access to class members, and the execution of exception handler blocks. AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。 www.ibm.com 7. The class members are concluded by defining the ACLs that provide authorization for each of the spaces you will test. 类成员以定义ACL结束,用于为您将测试的各个空间提供授权。 www.ibm.com 8. The access level for class members and struct members, including nested classes and struct s, is private by default. 私用预设的类别成员,并包括巢状的类别和结构的结构成员的存取层级。 technet.microsoft.com 9. You should specifically avoid changing the name or type of base class members. 应特别避免更改基类成员的名称或类型。 msdn2.microsoft.com 10. You can identify classes, structures, and class members as Elements, which means that you can apply policy to them. 可以将类、结构和类成员标识为“元素”,这意味着可以对它们应用策略。 msdn2.microsoft.com 1. Initialize Static Class Members with Static Constructors. 使用静态构造器初始化静态类成员。 dict.bioon.com 2. Some of the other class members were also at the funeral. 班里的其他同学有些也参加了葬礼。 www.ebigear.com 3. Select the method that the compiler uses to represent pointers to class members. 这些选项选择编译器用来表示指向类成员的指针的方法。 technet.microsoft.com 4. Defines member attribute identifiers for class members. 定义类成员的成员属性标识符。 msdn2.microsoft.com 5. Learning in primary schools has been for the past six years, it is now the class members in the squadron. 在…小学已经学习了六年,现在是班级里的中队委员。 pingpangqiuchang.wto8.cn 6. A context intercepts calls to the class members and enforces policies that are applied to the class, such as synchronization . 上下文截获对类成员的调用,并实施应用到类的策略(例如同步)。 www.bing.com 7. Various attributes, such as the SoapElementAttribute, have been applied to class members. 各种属性(如SoapElementAttribute)都已应用于类成员。 msdn2.microsoft.com 8. For more information, see Abstract and Sealed Classes and Class Members. 有关更多信息,请参见抽象类、密封类和类成员。 technet.microsoft.com 9. When the new keyword is used, the new class members are called instead of the base class members that have been replaced. 关键字时,调用的是新的类成员而不是已被替换的基类成员。 msdn2.microsoft.com 10. Gets the collection of class members for the represented type. 获取所表示的类型的类成员的集合。 msdn2.microsoft.com 1. For more information, see Static Classes and Static Class Members. 有关更多信息,请参见静态类和静态类成员。 msdn2.microsoft.com 2. Wherever possible, use local variables instead of class members. Access is quicker. 尽可能使用本地变量代替类成员,这样访问速度快。 www.matrix.org.cn 3. Only immediate derived class members are returned. 则仅返回直接派生类成员。 msdn2.microsoft.com 4. There are several attributes you can apply to classes and class members that modify their behavior and visibility. 可以对类和类成员应用几种属性,修改它们的行为和可见性。 msdn2.microsoft.com 5. Managed classes cannot access a class interface and have no need to as they can access the class members directly. 托管类无法访问类接口,也无需访问,因为它们可以直接访问类成员。 msdn2.microsoft.com 6. Declarations of the class members. 类成员的声明。 msdn2.microsoft.com 7. By default, class members are neither abstract nor final. 默认情况下,类成员既不是abstract也不是final。 msdn2.microsoft.com 8. Presents the changes involving class members such as scalar properties, index properties, operators, delegates, and events. 显示涉及类成员(如标量属性、索引属性、运算符、委托和事件)的更改。 msdn2.microsoft.com 9. Sets the access to the base class members for the new class. 设置对新类的基类成员的访问。 msdn2.microsoft.com 10. If you access class members through varAsInterface, they all have public access. 如果通过varAsInterface访问类成员,则它们全都具有公共访问级别。 msdn2.microsoft.com 1. Start by looking at the class members for TestVirtualCampus in Listing 1. 首先看一下清单1中TestVirtualCampus的类成员。 www.ibm.com 2. Object that indicates the class members. 一个指示类成员的。 msdn2.microsoft.com 3. I have served as the class members and the organization Mission party branch secretary. 我曾经担任过班级的组织委员和团支书。 goabroad.zhishi.sohu.com 4. The area below shows the class members and methods. 下方的区域显示类的成员和方法。 msdn2.microsoft.com 5. and Sealed Classes and Class Members (C# Programming Guide). 抽象类、密封类及类成员(C#编程指南)。 technet.microsoft.com 6. OVal also supports a means to prevalidate class members before or after a method call. OVal也支持在方法调用前或后对类成员进行预先验证。 www.ibm.com 7. Once scoped, the class members in the same package are available to each other. 在一个包范围内的同一包中的类成员彼此可用。 msdn2.microsoft.com 8. Publicity is the class members. 现担任班级宣传委员。 www.fifl.cn 9. Describing how to map between class members and XML nodes for XML serialization. 描述如何映射类成员和XML节点以便进行XML序列化。 msdn2.microsoft.com 10. In this example, this is used to qualify the Employee class members, name and alias, which are hidden by similar names. 在本例中,this用于限定Employee类成员name和alias,它们都被相似的名称隐藏。 msdn2.microsoft.com 1. Unfortunately, too many of the students are only interested in their own scenes, and show no respect for their other class members. 可惜太多的学生只对自己演的角色感兴趣,而不太尊重其他的演员。 blog.sina.com.cn 2. Polygamy still exists in some forms among upper class members of some minorities. 一夫多妻制现在仍然存在于一些少数的上层阶级中。 www.bing.com 3. he draws several short lines on the board and one at a time the class members say a letter. 这个同学在黑板上几个画短线,每画一个其他学生说一个字母 zhidao.baidu.com 4. Displays level 1 warnings plus certain, less-severe warnings, such as warnings about hiding class members. 显示等级1警告以及某些不太严重的警告,如关于隐藏类成员的警告。 msdn2.microsoft.com 5. Class members of the publicity in the class do the school notice propaganda work. 班级宣传委员在班内做好学校各项通知的宣传工作。 zhidao.baidu.com 6. Unicode support for HttpRequest class members requires IIS version 6. 0 Or later. 要支持HttpRequest类的成员使用Unicode,需要安装IIS6.0或更高版本。 msdn2.microsoft.com 7. Class members default to Public (Visual Basic) access, except variables and constants, which default to Private (Visual Basic) access. 类成员默认为Public(VisualBasic)访问,但变量和常数除外,它们默认为Private(VisualBasic)访问。 msdn2.microsoft.com 8. Because they can never be used as a base class, some run-time optimizations can make calling sealed class members slightly faster. 由于密封类从不用作基类,所以有些运行时优化可以使对密封类成员的调用略快。 msdn.microsoft.com 9. By default. This behavior for class members provides compatibility with the Visual Basic 6. 0 System of defaults. 类成员的这一行为提供与VisualBasic6.0默认值系统的兼容。 msdn2.microsoft.com 10. Application for Permanent Residence for Family Class Members Living Outside Canada 为居住在加拿大境外家庭类成员申请永久居留。 zhidao.baidu.com 1. Are variables and class members of the correct type and appropriate mode 是否所有变量和类成员有恰当的类型和模式 blog.sina.com.cn 2. Class members may aggregate their individual claims 集团成员可以将其个人请求权合为一体 www.lawtrans.com.cn 3. Easy mapping of parameters and other client data to typed method parameters and class members 键入的方法参数和类成员上 www.infoq.com 4. You can apply the attributes in the following table to classes and class members to control the way in which the 可将下表中的属性应用于类和类成员,以控制 msdn2.microsoft.com 5. Regression Testing of Object-Oriented Programs Based on Backward-slicing Class Members 基于类成员后向切片的面向对象程序回归测试 service.ilib.cn 6. Adding class members to a class 将类成员添加到类 msdn2.microsoft.com 7. Abstract Classes and Class Members 抽象类和类成员 msdn2.microsoft.com 8. Displays all class members by default 默认情况下显示所有类成员 msdn2.microsoft.com 9. By default, while other class members are 而其他的类成员默认为 msdn2.microsoft.com 10. With delegates as class members 类成员有委托时 omjfvxmu.cashbbs.com 1. Static class members are declared using the 在成员的返回类型之前使用 www.ichacha.net 2. You can apply attributes to classes and class members in order to control the way the 您可以将属性应用于类和类成员,以控制 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。