| 1. | This enables the user to differentiate between overloaded functions 这使用户能够区分重载函数。 |
| 2. | Overload a function or method visual basic : overload a procedure or method 重载函数或方法( visual basic :重载过程或方法) |
| 3. | The debugger supports the evaluation of functions , including overloaded functions 调试器支持函数的计算,包括重载函数的计算。 |
| 4. | When you set a breakpoint on an overloaded function , the location of the breakpoint depends on how you specify the function 在对重载函数设置断点时,断点的位置取决于指定函数的方式。 |
| 5. | Toolbar . if a function is overloaded , intellisense may not display information for all forms of the overload 如果某个函数是重载函数,则intellisense可能不会显示重载的所有形式的信息。 |
| 6. | Demonstrates that functions can be overloaded depending on whether the parameter type is an interior pointer or a native pointer 演示可以根据参数类型是内部指针还是本机指针来重载函数。 |
| 7. | This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions 该信息可用于发现函数的签名,该签名使您能够区分重载函数。 |
| 8. | For overloaded functions , you can use the up and down arrow keys to view alternative parameter information for the function overloads 对于重载函数,可以使用向上和向下键查看函数重载的其他参数信息。 |
| 9. | Therefore , you can enter either of the following expressions , and the debugger will call the correct version of the overloaded function 因此,您可以输入以下表达式之一,并且调试器将调用重载函数的正确版本: |
| 10. | When an overloaded function is called , the overloaded function whose arguments most closely match the passed arguments is called , depending on the actual types of arguments passed to the function 调用重载的函数时,将调用其参数最密切匹配传递参数的重载函数,具体取决于传递给函数的实际参数类型。 |