按引用 meaning in English
by-reference
Examples
- Use a class passed by reference when the unmanaged function demands two levels of indirection
在非托管函数要求二级间接寻址时使用按引用传递的类。 - Now , if an object based on this type is passed to a method , it will be passed by reference
现在,如果将基于此类型的对象传递给方法,它将按引用传递。 - Component is the base class for all components in the common language runtime that marshal by reference
是公共语言运行库中按引用封送的所有组件的基类。 - Some comments said that my excerpt is wrong because objects are passed by reference . it is true that
某些评论认为我的节选是错的,因为对象是按引用传递的。 - Recall that c passes all parameters by value , except references , which are passed by reference
回想一下, c + +按值传递所有参数,引用除外,后者是按引用传递的。