class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Note visual studio automatically changes the class declaration in debuggerside . vb to match the new file name . in 注意, visual studio会自动更改debuggerside . vb中的类声明以匹配新文件名。
Namespace , add the following statements at the very beginning of your code , before the class declaration for the form , which begins 命名空间,因此请在代码的最开头处,在窗体的类声明(以
Constraint specifies that any type argument in a generic class declaration must have a public parameterless constructor 约束指定泛型类声明中的任何类型参数都必须有公共的无参数构造函数。
Note visual studio automatically changes the class declaration in debuggerside . cs to match the new file name . in 注意, visual studio会自动更改debuggerside . cs中的类声明,以与新文件名匹配。
Public derived class declarations , and return values of public methods for web services description language wsdl documents 公共派生类声明,以及用于web服务描述语言( wsdl )文档的公共方法的返回值。
Click the ellipsis button to save the file name to the location of your choice , or to append the class declaration to an existing file 单击省略号按钮将该文件名保存到所选位置,或将类声明追加到现有文件。
The initializers are evaluated in the order the attributes are specified in the class declaration in the context of the newly created object 在新建对象上下文中的初始化程序按照声明顺序被逐一求值见下例的粗体部分:
The following instructions show you how to find your local class declarations , methods , or variable definitions using the go to definition command 下列说明演示了如何使用“转到定义”命令查找局部类声明、方法或变量定义。
The managed structure and class declarations in the remaining columns show the degree to which you can adjust the level of indirection in your declaration 其余列中的托管结构和类声明显示在声明中可以调整的间接寻址级别的程度。
Unlike java methods , the bodies all javafx member operations and member functions are defined outside of the class declaration , for example , like this 和java方法不同,所有的javafx成员操作体和成员函数体都被定义在类声明外部,例如: