您要查找的是不是:
- See the Type class topic for other ways to get a Type object. 有关获取Type对象的其他方法,请参见Type类主题。
- To create an object, call the constructor method in a class type. 要创建一个对象,应调用类中的构造器方法。
- Instantiates a new parameterized type object of the specified class without attempting to call a constructor method. 分配新对象,但不尝试调用构造函数方法。
- Function that redefines one of the C++ operators to operate on object(s) of class type. 将一个C++操作符重定义以操作类类型对象的函数。
- A member function template is never instantiated to perform the copy of a class object to an object of its class type. 这句话的理解可能是上面问题的答案,但是个人没有理解好。
- The Type object does not contain any instance-specific information. “Type”对象不包含任何实例特定信息。
- Gets or sets the class type that contains the evaluator delegate. 获取或设置包含鉴别委托的类类型。
- Returns a Type object that represents an array of the current type. 返回表示当前类型的数组的Type对象。
- The class type and string type are reference types. 类类型和字符串类型属于引用类型。
- The type specifier can denote a built-in data or class type. 数组定义中的类型名可以是内置数据类型或类类型;
- We can also define how to implicitly convert an object from another type to our class type or to convert from our class type to another type. 也可以定义如何将其他类型的对象隐式转换为我们的类类型,或将我们的类类型的对象隐式转换为其他类型。
- The resulting variable is of type object, but has no class and no methods, thus it is pretty useless (it has become just like an array with a funny syntax). 结果的变量是对象类型,但是没有类和方法,因此就没什么用了(就好像一个用滑稽的语法定义的数组一样)。
- These expand to show the class types contained. 这些容器可以展开以显示包含的类类型。
- The array of type Object in which to store the values as they are returned. 一个Object类型的数组,用于存储返回的值。
- Class types do not allow casting. “类”不允许进行造型。
- Returns a Type object that represents a pointer to the current type. 返回表示指向当前类型的指针的Type对象。
- These two functions allow you to dynamically subclass a window - in other words, attach an object of your new window class type to an existing window. 这两项功能函数,让您动态子类的一个窗口-换言之,重视的对象您的新窗口类的类型,以现有的窗口。
- The overloaded arrow operator must return either a pointer to a class type or an object of a class type that defines its own operator arrow. 重载箭头操作符必须返回指向类类型的指针,或者返回定义了自己的箭头操作符的类类型对象。
- Returns a Type that can be used to perform reflection, given a class type. 如果给定类类型,则返回可用于执行反射的。
- Is a class type, then the expression returns True if the object is an instance of the specified class or of a class that derives from the specified class. 为类类型时,如果对象是指定类的实例或者是从指定类派生的类的实例,表达式将返回。
