Is string a value type or a reference type?
string是值类型还是引用类型?
A value type reference is pushed onto the stack.
将实值型别参考推入至堆叠。
Boxing converts a value type to a reference type.
装箱将一个值类型转换为引用类型。
A struct is a value type, while a class is a reference type.
结构是值类型,而类是引用类型。
A 'raw' form used when a value type is embedded within another object.
当值类型嵌入在其他对象内时使用的“原始”形式。
If the field is a value type, a bit-by-bit copy of the field is performed.
如果字段是值类型的,则对该字段执行逐位复制。
Unlike with reference types, you cannot derive a new type from a value type.
不同于参考型别,您无法从实值型别衍生新型别。
The object reference is popped from the stack and unboxed to a value type pointer.
从堆栈中弹出对象引用并取消装箱为值类型指针。
A value type or reference type refers to how a programming element is stored in memory.
而值类型或引用类型是指编程元素将以何种方式存储在内存中。
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。
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.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
Two variables of a value type are equal if they are the same type and they contain the same contents.
两个值类型的变量在它们的类型和内容都是相同时,它们应该是相等的。
Whether a data type is a value type or a reference type, the communicating parties could also pose problems.
无论数据类型是数值类型还是引用类型,信息传递的一方都可能出现问题。
Throws a more meaningful exception when calling UniqueResult() with a value type and the query returns null.
当带一个值类型调用UniqueResult()和查询返回null时抛出更有意义的异常
We've seen some internal code where making it inline (ie, as a value type) improved perf as it decreased working set.
我们看到过很多内部代码,使用值类型来提高性能,同时减小工作集大小。
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类型在一种语言中被映射成了数值类型,而在另一种语言中被映射成了引用类型,那么这可能导致问题的出现。
Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances.
定义一种特定于类型的通用比较方法,值类型或类通过实现此方法对其实例进行排序。
If the statement makes indirect access through a value type (usually a structure), create a variable to hold the value type.
如果相应语句通过值类型(通常为结构)进行间接访问,请创建一个变量来保存值类型。
I would think any property whose data type is not a value type (or has value-type semantics) should not be copied in this way.
我想任何属性数据类型的是不是值类型(或值类型语义)不应该这样复制。
Boxing a value type creates an object and performs a shallow copy of the fields of the specified value type into the new object.
对值类型进行装箱将创建一个对象并将指定的值类型的字段浅表复制到新对象中。
Similarly, when a value type is passed as an argument to a function, the function will create its own copy of the object, unless the function USES the.
同样,当值类型作为参数传递给函数时,函数将创建自己的对象副本,除非函数使用。
OK, but nonetheless, I want to stress we have both a value, yeah, and a type.
好,但是尽管如此,我想要强调我们有了一个值,和一种类型。
The specification also treats every part of the document as a node consisting of a type and a value.
此规范还将文档的每一部分当成由一个类型和一个值组成的节点来对待。
Node types are returned as integers, and allow you to handle each node appropriately; an element (type 1) has a name, but no value, whereas a text node (type 3) has a value but no name.
节点类型以整数返回,并且允许您适当地处理每一个节点;一个元素(类型1)有名称没有值,但是一个文本节点(类型3)有值没有名称。
To cache the records from the alternate source, you need a cache per value type returned.
要缓存这些来自备用源的记录,您需要为返回的每种值类型设置一个缓存。
The FROM SQL clause defines the specific function that will be used to transform a value to a built-in data type value representing the structured type.
FROMsql子句定义了特定的函数,可以使用该函数将将一个值转换成表示结构化类型的内置数据类型。
If the variable is a primitive type, the metric directly holds its value; if it is a complex type, the metric holds its XML.
如果变量是原语类型,指标直接包含其值;如果它是一种复杂类型,指标将包含它的XML。
Enter a name, type and value, then click OK.
输入名称、类型和值,然后单击ok。
应用推荐