您要查找的是不是:
- COM clients cannot access class methods directly. COM客户端无法直接访问类方法。
- Class method will not be raised. 类方法关联的事件将不会引发。
- Class methods are not compiled and no Debug output is generated. 类方法,也不会生成调试输出。
- Class, those actions can be expressed as class methods. 类,这些操作可以表示为类方法。
- Allows you to override base class methods in a derived class. 允许在派生类中重写基类方法。
- To use this feature, insert the attribute before the class method. 要使用此功能,请在类方法前插入此属性。
- You can use shared class methods without first creating an object from a class. 无需事先从类中创建对象,便可使用共享的类方法。
- If a conflict occurs, the imported method overrides the base class method. 如果发生冲突,则导入的方法将重写基类方法。
- Without these constants, Debug and Trace class methods are not compiled and no output is generated. 如果没有这两个常数,则Debug和Trace类方法将不会被编译,并且不生成任何输出。
- Without this symbol, Trace class methods are not compiled and no Trace output is generated. 如果没有该符号,则Trace类方法将不会被编译,并且不生成任何Trace输出。
- Methods of the base class can be overridden by declaring a new method with the same signature as the new class method. 基类的方法可以通过声明与新的类方法具有相同签名的新方法来进行重写。
- When TRACE is defined, Trace class methods generate output to the Output window. 如果定义了TRACE,则Trace类方法会将生成的输出结果显示在“输出”窗口中。
- When it is not defined, Trace class methods are not compiled and no Trace output is generated. 如果未定义该值,则不会编译Trace类方法,也不会生成任何Trace输出。
- Delegates defined within a generic class can use the generic class type parameters in the same way that class methods do. 在泛型类内部定义的委托使用泛型类类型参数的方式可以与类方法所使用的方式相同。
- Gets the name of the binding class method which that the protocol importer is currently generating. 获取协议导入程序当前正在生成的绑定类方法的名称。
- It is possible for malicious code to cast back to the base type and call the base class method. 恶意代码有可能会重新强制转换为基类型,并调用基类方法。
- In some situations, you may need to ensure that a base class method is not overridden. 在某些条件下,可能需要确保不重写某种基类方法。
- Keyword was used to define this method, the derived class method is not calledthe base class method is called instead. 关键字来定义此方法,所调用的不是派生类方法,而是基类方法。
- Keyword, objects of the derived class will call that method rather than the base class method. 关键字,则派生类的对象将调用该方法,而不调用基类方法。
- Each generated proxy class method calls the invoke method to call the related Web service method. 生成的每个代理类方法都调用invoke方法,从而调用相关的Web服务方法。