您要查找的是不是:
- The current object is not a valid class definition. 当前对象不是有效的类定义。
- The code-behind file for a page is not a complete class definition. 页的代码隐藏文件不是一个完整类定义。
- Which class definition is likely to need a copy constructor? 哪个类定义可能需要一个复制构造函数?
- This example uses two generic data types in a class definition. 需的所有数据类型。例如,下面的例子中创建了带两个样板数据类型的类。
- The entire class definition is visible as plain text in the source code. 整个类定义在源代码中以纯文本的形式显示。
- To resolve this error, put all member variables in a single partial class definition. 要解决此错误,请将所有的成员变量放在一个单独的分部类定义中。
- To split a class definition in Visual Basic, use the Partial keyword, as shown in the following example. 若要在Visual Basic中拆分类定义,请使用Partial关键字,如下面的示例所示。
- These options indicate the inheritance model of the not-yet-encountered class definition. 这些选项指示尚未遇到的类定义的继承模型。
- Class itself provides a method to dig into the details of a generified class definition. 类本身提供了一个深入泛型类定义的细节的方法。
- This use of emp is valid only if the class definition of Employee contains a way for a Boolean value to be computed. 只有Employee的类定义中包含一种计算Boolean值的方法时,使用emp才有效。
- Let's start out a new class definition, and I'll keep adding to it as we go through this section. 让我们开始一个新的类定义,我将在本章中不断地为它加入新的内容。
- The.NET Framework does not have a way of specifying form on a global or schema-wide level within a class definition.. NET Framework无法在类定义内从全局级别或架构范围级别指定form。
- Generates both the class constructor and the class definition as inline functions in the header file. 将类构造函数和类定义两者生成为头文件中的内联函数。
- If a class member function's definition appears inside the class definition, the function is implicitly inline. 一个类成员函数的定义如果在类定义中,这个成语函数就是隐式内联的。
- When referencing these items from outside the class definition, you use name of the class. 当参考来自部的类定义的这些项目的时候,你使用类的名字。
- To resolve this condition, the Web service must be defined within a single class definition in a separate code file or "code-behind" file. 若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义Web服务。
- The ProfileCommon class definition is based on the properties defined in the properties subsection of the profile section of the configuration file. ProfileCommon类定义基于配置文件的profile节的properties子节中定义的属性。
- The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found. 当目前执行的类别已经编译,但是找不到它的定义时,会存在searched-for类别定义。
- This can be done for example by storing the class definition of class A in an include file and including this file in both page1. Php and page2. Php. 例如可以这样实现;将类A的定义放在一个包含文件中;并在page1.;php和page2
- By means of this substitution, we have created three separate type-safe and efficient objects using a single class definition. 通过这种替换方式,我们使用一个类定义创建了三个独立的类型安全的有效对象。