您要查找的是不是:
- Overload-Induction's patented algorithm determines all possible renaming collisions and only induces method overloading when it is safe to do so. 重载归纳的专利算法可确定所有可能的重命名冲突,并且只有在可以安全地归纳方法重载时,才会这样做。
- Bug tracking becomes difficult after renaming, especially with a high incidence of method overloading, making the map file essential. 在重命名之后错误跟踪变得很困难,尤其在方法重载发生率较高时,这就要求必须使用映射文件。
- This method overload can only be used to create vector types, and it is the only way to create a vector type. 此方法重载只能用来创建向量类型,而且是创建向量类型的唯一方法。
- Method overload, because the latter requires the destination object to be accessed late-bound. 方法重载,因为后者要求以后期绑定的形式访问目标对象。
- Use the MakeArrayType(Int32) method overload to create multidimensional array types. 请使用MakeArrayType(Int32)方法重载来创建多维数组类型。
- When you are linking. Note that this method overload always creates a new assembly with its own mapping. 注意,此方法重载始终创建有其自己的映射的新程序集。
- If a thread has entered the semaphore multiple times, this method overload allows the entire semaphore count to be restored with one call. 如果线程多次进入信号量,此方法重载允许通过一个调用还原整个信号量计数。
- The main thread uses the Release(Int32) method overload to increase the semaphore count to its maximum, allowing three threads to enter the semaphore. 主线程使用Release(Int32)方法重载,以便将信号量计数增加为其最大值,从而允许三个线程进入该信号量。
- The Sort(IComparer) method overload works only when the DataGridView control is not bound to an external data source and the VirtualMode property value is false. 仅当DataGridView控件未绑定到外部数据源且VirtualMode属性值为false时,Sort(IComparer)方法重载才起作用。
- The Sort(J[], K[], Int32, Int32, Generic IComparer) generic method overload is used with ReverseCompare to sort the last three elements in reverse order. Sort(J[],K[],Int32,Int32,泛型IComparer)泛型方法重载与ReverseCompare一起使用以相反的顺序对最后三个元素进行排序。
- The following code example and output demonstrate the Remove(T) method overload to remove the node containing the value "old" from a linked list of strings. 下面的代码示例和输出演示如何使用Remove(T)方法重载,以从字符串的链接列表中移除包含值“old”的节点。
- Each thread uses the Thread.::.Sleep method to wait for one second, to simulate work, and then calls the Release()()() method overload to release the semaphore. 每个线程都使用Thread.;::
- When you use a Load method overload with a Byte[] parameter to load a common object file format (COFF) image, evidence is inherited from the calling assembly. 使用带有Byte[]参数的Load方法重载加载通用对象文件格式(COFF)图像时,将从调用程序集继承证据。
- Use method overloads if you want to achieve the same effect. 如果要获得同样的效果,请使用方法重载。
- Whereas most renaming systems simply assign one new name per old-name (i. E. "getX()" will become "a()", "getY()" will become "b()"), Overload-Induction induces method overloading maximally. 尽管大多数重命名系统只是为每个旧名称分配一个新名称(例如,“getX()”将变成“a()”,“getY()”将变成“b()”),但重载归纳会最大限度地归纳方法的重载。
- Overload-Inductions patented algorithm determines all possible renaming collisions and only induces method overloading when it is safe to do so. The procedure is provably irreversible. 重载归纳的专利算法决定所有可能的重命名冲突,并且只有在可以安全地归纳方法重载时,才会这样做。
- The rules that control method overloading are the same for methods within generic classes, generic structs or generic interfaces. 对于泛型类、泛型结构或泛型接口中的方法,控制方法重载的规则相同。
- A SignatureHelper object can also be passed to the ILGenerator.Emit(OpCode, SignatureHelper) method overload to insert an instruction and a signature token into a Microsoft intermediate language (MSIL) stream. 还可以将SignatureHelper对象传递给ILGenerator.;Emit(OpCode;SignatureHelper)方法重载;向Microsoft中间语言(MSIL)流中插入指令和签名标记。
- The following code example demonstrates the Sort(J[], Int32, Int32) generic method overload and the Sort(J[], K[], Int32, Int32, Generic IComparer) generic method overload for sorting a range in an array. 下面的代码示例演示用于对数组中的范围进行排序的Sort(J[],Int32,Int32)泛型方法重载和Sort(J[],K[],Int32,Int32,泛型IComparer)泛型方法重载。
- The method seems good but it needs to be tried out. 这个方法似乎不错,但需要试验一下。