您要查找的是不是:
- Gets or sets the out-of-band data of the called method. 获取或设置所调用方法的带外数据。
- Is thrown if system security does not grant the caller access to the called method. 如果系统安全机制没有授予调用方对被调用方法的访问权限,则引发。
- You can fix the case above, where the called method modifies an object, by making the class immutable. 你可以修正以上的例子,当被调用方法修改一个对象时,让这个类成为不可变的。
- Gets or sets the XML namespace name where the object that contains the called method is located. [本主题是预发布的文档,在将来发布的版本中可能会有更改。空白主题是为将来预留的。
- To fire an event on a class, select the event from the list box in the Call Method dialog box. 若要激发类的事件,从“调用方法”对话框中的列表框中选择事件。
- A new algorithm, which was called method of adaptive segmenting fitting for the subdividing-control of the stepping motor, was presented in this paper. 摘要提出了一种新的步进电动机细分控制算法-自适应分段拟合法。
- Can't call method "c" without a package or object reference at ./tt.pl line 139, <$MyFile> line 6. 回复3:不行啊,两位的方法我都试过了,可是都返回这样的错误提示:
- And we re ready to start calling methods. 这样,我们就为开始调用方法做好了准备。
- Time is sometimes called the fourth dimension. 时间有时被称为第四度空间。
- You must initialize the FileName property before calling methods. 您必须先初始设置“文件名”属性,才可以调用方法。
- It was pure luck that he was home when we called. 非常幸运,我们打电话时他在家里。
- His honesty was called into question. 他的诚实受到了怀疑。
- Because they are copies, any changes made to the parameter have no effect within the calling method. 由于它们是副本,因此对参数所做的任何更改都不会在调用方法内部反映出来。
- In this case, the method reports back to the calling method whether it succeeded or failed. 在这种情况下,该方法会向进行调用的方法报告是成功还是失败。
- The return statement terminates execution of the method in which it appears and returns control to the calling method. return语句终止它出现在其中的方法的执行并将控制返回给调用方法。
- If the arrays are of different types, a new ArrayTypeMismatchException is thrown and then caught in the calling method. 如果这两个数组属于不同的类型,将引发一个新的ArrayTypeMismatchException,然后在调用方法中捕捉该异常。
- Property lists the called methods that led up to the exception, helping you find where the error occurs in the code. 属性列出导致异常的被调用方法,帮助您找到错误在代码中发生的位置。
- Property also lets you call methods implemented in Web page scripting code from your client application code. 属性,可以从客户端应用程序代码调用网页脚本代码中实现的方法。
- Arguments need not be initialized prior to being passed, the calling method is required to assign a value before the method returns. 参数传递的变量不需要在传递之前进行初始化,但需要调用方法以便在方法返回之前赋值。
- Keyword to call methods in a base class when overriding methods in a derived class. 当重写派生类中的方法时,可以使用。