Every object is a reference type.
每个对象都是引用类型。
Is string a value type or a reference type?
string是值类型还是引用类型?
Boxing converts a value type to a reference type.
装箱将一个值类型转换为引用类型。
Synthesizes a function reference type from given properties.
根据给定的属性合成一个函数引用。
A struct is a value type, while a class is a reference type.
结构是值类型,而类是引用类型。
But the reference type just clone the same object's reference.
但引用类型仅仅克隆了这同一个对象的引用。
Any member that returns a reference type returns a handle to that object.
任何返回引用类型的成员都会返回一个那个对象的句柄。
The data type can be a DB2 built-in data type, a distinct type or a reference type.
数据类型可以是DB2内置数据类型、独特的类型或引用类型。
To avoid this error, use a class type constraint or a reference type constraint.
若要避免这个错误,请使用类别型别条件约束或参考型别条件约束。
Reference types - same as pointer types, except that a reference type cannot be NULL.
引用类型—与指针类型相同,只是引用类型不能为NULL。
The reference type had sequential or explicit layout, and so was exported as a struct.
引用类型具有连续布局或显式布局,因此导出为结构。
As others have mentioned, the "value" that is passed for a reference type is a pointer.
其他人则提到,“价值”为引用类型传递指针。
A value type or reference type refers to how a programming element is stored in memory.
而值类型或引用类型是指编程元素将以何种方式存储在内存中。
The object of a value type is in the stack, but the object of a reference type is in the heap.
数值类型的对象位于栈中,但是引用类型的对象位于堆中。
That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
In an unsafe context, a type may be a pointer type as well as a value type or a reference type.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
An array is a reference type in managed code that contains one or more elements of the same type.
在托管代码中,数组是包含一个或多个相同类型元素的引用类型。
Because at compile time, the compiler validates if you can call a method based on the reference type.
因为在编译时,编译器验证如果你可以调用一个基于引用类型的方法。
The type of each element in the sequence can be either one of the eight basic types, or the Reference type.
序列中每个元素的类型可以是这八种基本类型中的某一种,或者是Reference类型。
Whether a data type is a value type or a reference type, the communicating parties could also pose problems.
无论数据类型是数值类型还是引用类型,信息传递的一方都可能出现问题。
You declare and use an array of a reference type just as you would declare and use an array of any data type.
声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。
We may not know what type t represents, but we know that the null literal is a valid value for any reference type.
我们可能不知道t类型代表什么,但我们知道null字母对任何引用类型而言是一个空值。
The destination USES a new reference type introduced in J2EE 1.4 called the message destination reference (Figure 7).
目的引用使用J2EE 1.4中引入的称为消息目的引用的新引用类型(图7)。
First you'll need to know style of WSDL — DLW or any other — and then you'll need the reference type, j-type or w-type.
首先,将需要知道WSDL的样式(DLW或任何其他样式),其次,将需要知道引用类型(j -type或w - type)。
If both arrays have reference type elements, the source element type must derive from the destination element type.
如果两个阵列都具有参考型别元素,则来源元素型别必须衍生自目的元素型别。
This can lead to a problem if the XSD type is mapped to a value type in one language but mapped to a reference type in another.
如果xsd类型在一种语言中被映射成了数值类型,而在另一种语言中被映射成了引用类型,那么这可能导致问题的出现。
When an application creates the first reference type, memory is allocated for the type at the base address of the managed heap.
应用程序创建第一个引用类型时,将为托管堆的基址中的类型分配内存。
This differs from the assignment of reference type variables, which copies a reference to the object but not the object itself.
这与引用类型变量的赋值不同,引用类型变量的赋值只复制对对象的引用,而不复制对象本身。
Finally, the string type is a reference type, so every string instance refers to an additional block of memory to hold the actual string data.
最后,字符串类型是引用类型,因此每个字符串实例都引用一个附加的内存块,以存放实际的字符串数据。
Finally, the string type is a reference type, so every string instance refers to an additional block of memory to hold the actual string data.
最后,字符串类型是引用类型,因此每个字符串实例都引用一个附加的内存块,以存放实际的字符串数据。
应用推荐