| 1. | Argument is not typed as a reference argument because 参数未类型化为引用参数,原因是 |
| 2. | Avoid using out or reference parameters 避免使用输出参数或引用参数。 |
| 3. | In com , reference parameters are passed using a pointer such as a 在com中,引用参数是使用指针(如 |
| 4. | Property , by which you can refer to the parameter in code 属性,通过该属性可以在代码中引用参数。 |
| 5. | This is a reference parameter 这是一个引用参数(在c #中是 |
| 6. | Consequently , variable - length arrays are imported as reference arguments 因此,变长数组被作为引用参数导入。 |
| 7. | Object that represents the current generic type parameter when passed as a reference parameter 对象(作为引用参数传递时) 。 |
| 8. | Property that provides a way to reference parameters independently of their order 属性,它提供一种独立于参数顺序来引用参数的方法。 |
| 9. | When using a reference parameter , the initial state of the data can be used by the method 使用引用参数时,方法可以使用数据的初始状态。 |
| 10. | If the method makes changes to a reference parameter , the changes are made to the caller s data 如果方法对引用参数做出更改,则这些更改是对调用方的数据进行的。 |