网站首页  词典首页

请输入您要查询的英文单词:

 

单词 value type
释义

value type

美 
英 
  • un.数值类型
  • 网络实值型别;数值型别;实值类型
un.
1.
数值类型

例句

释义:
1.
This method is only a definition and must be implemented by a specific class or value type to have effect.
此方法只是一个定义,必须由特定的类或值类型实现才能生效。
msdn2.microsoft.com
2.
As the following example shows, the Point value type becomes a type definition (typedef) with the name Point.
如下面的示例所示,Point值类型变为名为Point的类型定义(typedef)。
msdn2.microsoft.com
3.
Attribute value with a null reference assigned to a reference type or to a nullable value type.
属性值等同于分配给引用类型或分配给可为空值类型的空引用。
msdn2.microsoft.com
4.
Or to any interface type implemented by this value type.
类型或到此值类型所实现的任何接口类型的隐式转换。
msdn2.microsoft.com
5.
An attempt was made to modify a value type that was the result of an intermediate expression.
试图修改的值类型是中间表达式的结果。
msdn2.microsoft.com
6.
This method is designed to help compilers support value- type arrays ; most users do not need this method .
此方法旨在帮助编译器支持值类型数组;多数用户不需要此方法。
www.bing.com
7.
You cannot convert an Integer array to a Long array, or even to an Object array, because at least one value type is involved.
不能将Integer数组转换为Long数组,或者甚至转换为Object数组,因为将至少涉及一种值类型。
msdn2.microsoft.com
8.
However, . NET Web services will throw a System. FormatException if it receives a null value to its value type of data from a Java client.
然而,如果.NETWeb服务从Java客户端接收到数值类型为空值的数据时,将抛出System.FormatException。
www.ibm.com
9.
Reflection allows the enumeration of data types in a given assembly, and the members of a given class or value type can be discovered .
例如,反射允许使用给定程序集中的数据类型的枚举,并且可以发现给定类或值类型中的成员。
www.bing.com
10.
Notice that the constraint specifies that the generic type can only be instantiated with a value type.
请注意,该约束指定泛型类型只能使用值类型进行实例化。
207.46.16.251
1.
Notice the similarities above with that of Listing 5, but notice that the hidden value type is set to rssFeed, instead of webPage.
可以看到上面清单与清单5有相似之处,但要注意的是,该隐藏值类型被设置为rssFeed,而不是webPage。
www.ibm.com
2.
It is possible to convert a value type to a reference type, and back again to a value type, by using boxing and unboxing.
通过装箱和取消装箱,可以将值类型转换为引用类型,然后再转换回值类型。
technet.microsoft.com
3.
If the Point value type is passed by reference, a pointer to a Point is passed on the stack.
如果Point值类型通过引用传递,则指向Point的指针在堆栈上传递。
msdn2.microsoft.com
4.
A value-type variable contains its data directly as opposed to a reference-type variable, which contains a reference to its data.
值类型变量直接包含其数据,这与引用类型变量不同,后者包含对其数据的引用。
technet.microsoft.com
5.
A value type cannot hold a value of Nothing and reverts to its default value if you assign Nothing to it.
如果向值类型分配Nothing,则该值类型不能保存Nothing值,也不能将其转换为它的默认值。
msdn2.microsoft.com
6.
Copies the value type object pointed to by an address to the top of the evaluation stack.
将地址指向的值类型对象复制到计算堆栈的顶部。
msdn2.microsoft.com
7.
It is possible to convert a value type to a reference type, and back again to value types, by using.
可以将值类型转换为引用类型,然后再转换回值类型。
msdn2.microsoft.com
8.
All references to the Point value type elsewhere in the type library are replaced with the Point typedef.
类型库中其他地方的所有对Point值类型的引用都被替换为Pointtypedef。
msdn2.microsoft.com
9.
A type parameter can be constrained to be a reference type, a non- nullable value type, and to have a default constructor .
类型参数可以约束为引用类型、不可为空值类型和具有默认构造函数。
www.bing.com
10.
When compared for equality, the entire object of a value type is compared for a match, rather than just the reference.
在比较是否相等时,将比较值类型的整个对象,而不是仅比较引用。
msdn2.microsoft.com
1.
A type argument supplied to a generic type does not satisfy the value type constraint on its corresponding type parameter.
提供给泛型类型的类型变量不满足其对应类型参数上的值类型约束。
msdn2.microsoft.com
2.
In an unsafe context, a type may be a pointer type as well as a value type or a reference type.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
www.juyy.net
3.
When a variable of type object is converted to a value type, it is said to be unboxed.
将对象类型的变量转换为值类型的过程称为“取消装箱”。
msdn2.microsoft.com
4.
If you want the type argument to be a value type, remove the Class keyword from the constraint list.
如果希望类型参数是值类型,请将Class关键字从约束列表中移除。
msdn2.microsoft.com
5.
If the statement makes indirect access through a value type (usually a structure), create a variable to hold the value type.
如果相应语句通过值类型(通常为结构)进行间接访问,请创建一个变量来保存值类型。
technet.microsoft.com
6.
If it stores its own data it is a value type; if it holds a pointer to data elsewhere in memory it is a.
如果它存储的是自己的数据,则它是值类型;如果它保存指向内存中其他位置的数据的指针,则它是引用类型。
msdn2.microsoft.com
7.
Converts the boxed representation of a value type to its unboxed form.
将值类型的已装箱的表示形式转换为其未装箱的形式。
msdn2.microsoft.com
8.
Each value type has an implicit default constructor that initializes the default value of that type.
每种值类型均有一个隐式的默认构造函数来初始化该类型的默认值。
msdn.microsoft.com
9.
With the exception of a boxed value types , you cannot convert a reference type to a value type .
除了装箱值类型外,无法将引用类型转换为值类型。
www.bing.com
10.
When applied to the boxed form of a value type , the.
当应用于值类型的已装箱形式时。
www.bing.com
1.
The most value type of stone from Yangtse River, an old Hibiscus Stone, at the back hibiscus flowers are so mysterious.
长江最珍贵的石种,老芙蓉石,背面的芙蓉花如此神秘。
blog.sina.com.cn
2.
We've seen some internal code where making it inline (ie, as a value type) improved perf as it decreased working set.
我们看到过很多内部代码,使用值类型来提高性能,同时减小工作集大小。
www.cnblogs.com
3.
the introduction of a reference provided the efficiency of a pointer , but the lexical simplicity of a directly accessible value type.
引用的引入提供了指针的效率,还具备了直接访问值类型的在词法上的简单明了。
www.ichacha.net
4.
Whenever a new set of argument types or return value type is needed, a new delegate type must be declared.
每当需要一组新的参数类型或新的返回值类型时,都必须声明一个新的委托类型。
msdn2.microsoft.com
5.
Parameter must be a value type that cannot be a null value.
参数必须是不能为空值的值类型。
msdn2.microsoft.com
6.
Assign a value to a nullable type just as you would for an ordinary value type, for example int?
为可以为null的类型赋值的方法与为一般值类型赋值的方法相同,如int?
msdn2.microsoft.com
7.
In this case, define the field to be a nullable type instead of a value type.
在这种情况下,将该字段定义为可空类型而不是值类型。
msdn2.microsoft.com
8.
Shows that you can declare a pinning pointer to a value type object and use a pin_ptr to the boxed value type.
说明可以将钉住指针声明为值类型对象,并对装箱的值类型使用pin_ptr。
msdn2.microsoft.com
9.
The Rect value type must be passed by reference because the unmanaged API is expecting a pointer to a RECT to be passed to the function.
Rect值类型必须通过引用传递,原因是非托管API要求将指向RECT的指针传递给该函数。
msdn2.microsoft.com
10.
Value type: (Optional) A fully qualified Java class name of the value to be transferred with the event.
Valuetype:(可选项)随事件一起传递的值的Jazz类名。
www.ibm.com
1.
And with an interface type implemented by that value type.
兼容,也与该值类型实现的接口类型兼容。
msdn2.microsoft.com
2.
The following example demonstrates how the GetHashCode method can be overridden by a derived value type.
下面的示例说明如何用派生值类型重写GetHashCode方法。
msdn2.microsoft.com
3.
The Point value type is passed by value because the unmanaged API expects the POINT to be passed on the stack.
而因为非托管API要求在堆栈上传递POINT,因此Point值类型通过值传递。
msdn2.microsoft.com
4.
if the field is a value type , a bit - by - bit copy of the field is performed.
如果字段是值类型的,则对该字段执行逐位复制。
www.ichacha.net
5.
Therefore, passing a value-type variable to a method means passing a copy of the variable to the method.
因此,向方法传递值类型变量意味着向方法传递变量的一个副本。
technet.microsoft.com
6.
Similarly, when an object is cast to a value type, the compiler performs the unboxing, extracting the value type from the object wrapping.
同样,当一个对象被强制转换为值类型时,编译器执行取消装箱,从对象包装中提取值类型。
msdn2.microsoft.com
7.
The as operator must be used with a reference type or nullable type ('int' is a non-nullable value type).
as运算符必须与引用类型或可为null的类型一起使用(“int”是不可为null的值类型)。
msdn2.microsoft.com
8.
This means that the variable itself defaults to having no defined value, rather than the default value of its underlying value type.
这表示变量本身默认为没有已定义的值,而不是具有它的基础值类型的默认值。
msdn2.microsoft.com
9.
Shows simple boxing through a tracking reference to a value type.
说明如何通过值类型的跟踪引用进行简单装箱。
msdn2.microsoft.com
10.
When a value type is boxed, an entirely new object must be allocated and constructed.
对值类型进行装箱时,必须分配并构造一个全新的对象。
msdn2.microsoft.com
1.
Unlike reference types, value type variables cannot be null (Nothing).
与引用类型不同,值类型变量不能为空(Nothing)。
msdn2.microsoft.com
2.
The object of a value type is in the stack, but the object of a reference type is in the heap.
数值类型的对象位于栈中,但是引用类型的对象位于堆中。
www.ibm.com
3.
By following this guideline, your newly constructed value type instances are not left in an unusable state.
如果遵循这一准则,新构造的值类型实例不会处于不可用的状态。
msdn2.microsoft.com
4.
Is a class, rather than a value type, you must create an instance of it and keep a reference to that instance in a variable.
是类而不是值类型,所以必须创建它的一个实例,并在某变量中保存对该实例的引用。
msdn2.microsoft.com
5.
Conversions are no longer necessary because each specialized generic class natively contains the value type.
由于每个专用泛型类本身就包含值类型,因此不再需要转换。
msdn2.microsoft.com
6.
By default, when a value type is passed to a method, a copy is passed instead of the object itself.
默认情况下,将值类型传递给方法时,传递的是副本而不是对象本身。
msdn2.microsoft.com
7.
Assign the appropriate structure (or other value type) to the variable.
将相应的结构(或其他值类型)赋给变量。
technet.microsoft.com
8.
Boxing a value type creates an object and performs a shallow copy of the fields of the specified value type into the new object.
对值类型进行装箱将创建一个对象并将指定的值类型的字段浅表复制到新对象中。
technet.microsoft.com
9.
Specifies a return value type for a method that does not return a value.
为不返回值的方法指定返回值类型。
msdn2.microsoft.com
10.
The example shows that the original value type and the boxed object use separate memory locations, and therefore can store different values.
该示例表明原始值类型和装箱的对象使用不同的内存位置,因此能够存储不同的值。
msdn2.microsoft.com
1.
The box contains the copy of the value type object and duplicates the interfaces implemented by the boxed value type.
箱子包含有值类型的一个副本并且复制被装箱的值类型实现的接口。
dictsearch.appspot.com
2.
The type argument may be a reference type, primitive type, or value type as appropriate.
根据不同的情况,类型参数可以是引用类型、基元类型或值类型。
msdn2.microsoft.com
3.
You can represent the attribute or column as a field in a class and you can define the field as a value type.
可将该属性或列表示为类中的一个字段,并可以将该字段定义为值类型。
msdn2.microsoft.com
4.
In the attribute value, type the name of the event handler.
在属性值中,输入事件处理常式的名称。
technet.microsoft.com
5.
If the operands of an equality operator are both of value type, then the operation is value equality.
如果相等运算符的操作数都是值类型,则运算是值相等。
msdn2.microsoft.com
6.
So calling the default constructor for a value type is not required.
因此对值类型调用默认构造函数不是必需的。
msdn2.microsoft.com
7.
The wrapper is marked so the system knows that it contains a value type.
该包装被加上标记,以便系统知道它包含一个值类型。
msdn2.microsoft.com
8.
Define a complex type to wrap the value type and set the complex type to be null to indicate a null value.
定义一个复杂类型来包装值类型并通过设置复杂类型为空来表示空值。
www-128.ibm.com
9.
The original value if it is a reference type or the corresponding boxed value if it is a value type.
如果为引用类型,则返回原始值;如果为值类型,则返回相应的已装箱值。
msdn2.microsoft.com
10.
When copying from a value-type array to a reference-type array, each element is boxed and then copied.
在从值类型的数组复制到引用类型的数组时,每一个元素都要装箱,然后再复制。
msdn2.microsoft.com
1.
Is a built-in value type that can be used for parameters and local variables.
是可用于参数和局部变量的内置值类型。
msdn2.microsoft.com
2.
And the language supports operator overloading, you should overload the equality operator for your value type.
并且语言支持运算符重载,应重载值类型的相等运算符。
msdn2.microsoft.com
3.
In the. NET Framework, a structure is a value type and a class is a reference type.
在.NETFramework中,结构是一种“值类型”,而类是一种“引用类型”。
msdn2.microsoft.com
4.
When a value type is boxed, an entirely new object must be created.
对值类型进行装箱时,必须创建一个全新的对象。
msdn2.microsoft.com
5.
Fixes the address of a static value type field throughout its lifetime .
在静态值类型字段的整个生存期内固定其地址。
www.bing.com
6.
Pushes the size, in bytes, of a supplied value type onto the evaluation stack.
将提供的值类型的大小(以字节为单位)推送到计算堆栈上。
msdn2.microsoft.com
7.
Select a type argument of any value type.
选择任意值类型的类型变量。
msdn2.microsoft.com
8.
Gets a value indicating whether the current object being generated is a value type or struct.
获取一个值,该值指示生成的当前对象是否为值类型或结构。
msdn2.microsoft.com
9.
If both arrays have value type elements, the element data types must be exactly the same.
如果两个阵列都具有实值型别元素,则元素资料型别必须完全相同。
technet.microsoft.com
10.
Specialized generic types are created once for each unique value type used as a parameter.
对于每个用作参数的唯一值类型,都会创建一次专用泛型类型。
msdn2.microsoft.com
1.
A field can hold a value directly (value type) or hold a reference to a value (reference type).
字段可以直接存放值(值类型)或存放值的引用(引用类型)。
msdn2.microsoft.com
2.
All operands to specific intrinsics are cast to a special type called qword, which is essentially an opaque register value type.
specificintrinsic的所有操作数都会映射为一个称为qword的特殊类型,它实际上是一个opaque寄存器值类型。
www.ibm.com
3.
Creates a new object or a new instance of a value type, pushing an object reference (type O) onto the evaluation stack.
创建一个值类型的新对象或新实例,并将对象引用(O类型)推送到计算堆栈上。
msdn2.microsoft.com
4.
This can be a value type or any type that contains only value types.
这可以是值类型或仅包含值类型的任何类型。
msdn2.microsoft.com
5.
This sample demonstrates passing a reference type, a value type, or a primitive type by reference to a method.
本示例演示如何通过方法引用来传递引用类型、值类型或基元类型。
msdn2.microsoft.com
6.
The conversion of an object instance to a value type.
将对象实例转换为值类型。
msdn2.microsoft.com
7.
A JAX-RPC value type (in JSR-101) is a Java class whose value can be moved between a service client and service endpoint.
JAX-RPC值类型(遵循JSR-101)是Java类,其值可以在服务客户端和服务端点之间移动。
www.ibm.com
8.
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类型在一种语言中被映射成了数值类型,而在另一种语言中被映射成了引用类型,那么这可能导致问题的出现。
www.ibm.com
9.
A conversion from a value type stores a copy of the source value in the destination of the conversion.
从值类型进行的转换在转换目标中存储源值的副本。
technet.microsoft.com
10.
The first approach specifies each enumeration element; the second approach specifies only the largest value type and the string.
第一种方法指定每个枚举元素;第二种方法仅指定最大的值类型和字符串。
msdn2.microsoft.com
1.
This interface is implemented by a class or value type that provides a service to other objects.
此接口由为其他对象提供服务的类或值类型实现。
msdn2.microsoft.com
2.
On a value type to create a boxed value type, which can then be placed on the managed, garbage-collected heap.
来创建已装箱的值类型,该值类型随后可置于托管的垃圾回收堆上。
msdn2.microsoft.com
3.
Attempting to unbox null or a reference to an incompatible value type will result in an InvalidCastException.
尝试对null或对不兼容值类型的引用进行取消装箱操作,将导致InvalidCastException。
msdn2.microsoft.com
4.
The object reference is popped from the stack and unboxed to a value type pointer.
从堆栈中弹出对象引用并取消装箱为值类型指针。
msdn2.microsoft.com
5.
However, when a value type is passed to unmanaged code, the layout of the members is predictable.
但是,将值类型传递给非托管代码时,成员的布局是可预知的。
msdn2.microsoft.com
6.
Mostly, they are the things you need to think about when using the JAX-RPC value type for mobile Web services.
在大多数情况下,当将JAX-RPC值类型用于移动Web服务时需要考虑一些事情。
www.ibm.com
7.
He uses the paper - pen examination to control - obeys with the value type test, until now widely was still used.
他用纸-笔测验对支配-顺从和价值类型的测试,至今仍被广泛使用。
zhidao.baidu.com
8.
Checking the object instance to make sure that it is a boxed value of the given value type.
检查对象实例,以确保它是给定值类型的装箱值。
msdn2.microsoft.com
9.
This allows the value type to be stored on the garbage collected heap.
这使得值类型可以存储于垃圾回收堆中。
msdn2.microsoft.com
10.
There is no boxing of a value type when it is passed by reference.
它通过引用传递时未装箱的值类型。
technet.microsoft.com
1.
A general type representing any reference or value type not explicitly represented by another.
显式表示的任何引用或值类型。
msdn2.microsoft.com
2.
Statement defines a composite value type that you can customize.
语句定义一种您可以自定义的复合值类型。
msdn2.microsoft.com
3.
Any value type may be used as the basis for a nullable type.
任何值类型都可用作可以为null的类型的基础。
msdn2.microsoft.com
4.
Copies a value type from a source object to a destination object.
将值类型从源对象复制到目标对象。
msdn2.microsoft.com
5.
Each described field must be a value type.
每个说明的字段都必须是值类型。
msdn2.microsoft.com
6.
You cannot assign a new value to the property of a value type.
无法为值类型的该属性赋新值。
msdn2.microsoft.com
7.
The underlying type must be a value type.
基础类型必须为值类型。
msdn2.microsoft.com
8.
Boxing a value type allocates an object instance on the heap and copies the value into the new object.
对值类型装箱会在堆中分配一个对象实例,并将该值复制到新的对象中。
msdn2.microsoft.com
9.
Assigning one value type variable to another copies the contained value.
将一个值类型变量赋给另一个值类型变量时,将复制包含的值。
msdn.microsoft.com
10.
To add a standard default value, type the default value for the field in the Default value box.
若要添加标准默认值,请在“默认值”框中键入该域的默认值。
office.microsoft.com
1.
Or from an interface type to a value type that implements the interface.
或从接口类型到实现该接口的值类型的显式转换。
msdn2.microsoft.com
2.
Alloc An allocator whose value type is the same as the container's value type.
分配器,它的值类型与容器的值类型相同。
boost-doc-zh.googlecode.com
3.
A 'raw' form used when a value type is embedded within another object.
当值类型嵌入在其他对象内时使用的“原始”形式。
technet.microsoft.com
4.
For example, when an instance of the Point value type is passed from the. NET Framework to COM, the Point is passed by value.
例如,将Point值类型的实例从.NETFramework传递给COM时,Point通过值传递。
msdn2.microsoft.com
5.
The value type of the LTPA token is wsst: LTPA where wsst defines the namespace of the token.
LTPA令牌的值类型为wsst:LTPA,其中wsst定义了令牌的命名空间。
www.ibm.com
6.
The default value is the value produced by setting all value type fields to their default values and reference types to null.
此默认值是通过将所有值类型字段设置为它们的默认值并将引用类型设置为空所生成的值。
msdn2.microsoft.com
7.
The ClassSemanticsMask distinguishes a type declaration as class, interface, or value type.
ClassSemanticsMask将类型声明区分为类、接口或值类型。
msdn2.microsoft.com
8.
The type argument must be a value type.
类型参数必须是值类型。
msdn2.microsoft.com
9.
The supplied type must be a value type.
则提供的类型必须为值类型。
msdn2.microsoft.com
10.
Any value type except Nullable can be specified.
可以指定除Nullable以外的任何值类型。
msdn2.microsoft.com
1.
In Value, type or select an expression that evaluates to the value to pass to the query parameter.
在“值”中,键入或选择计算要传递给查询参数的值的表达式。
msdn2.microsoft.com
2.
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
定义一个通用的方法,由值类型或类实现以创建类型特定的方法,用于确定实例间的相等性。
msdn2.microsoft.com
3.
Indicates that the modified reference type is a boxed value type.
指示修饰的引用类型是装箱的值类型。
msdn2.microsoft.com
4.
Value type with no default value or accompanying boolean field .
既没有默认值也没有伴随的布尔型字段的值类型。
www.bing.com
5.
A general type representing any reference or value type not explicitly represented by another DbType value.
常规类型,表示任何没有由其他DbType值显式表示的引用或值类型。
msdn2.microsoft.com
6.
That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
www.ibm.com
7.
A value type can be boxed, which is a process that creates a corresponding reference type.
可以对值类型进行装箱,这是一个创建相应引用类型的过程。
msdn2.microsoft.com
8.
Sometimes you work with a value type that does not have a defined value in certain circumstances.
有时候,您会使用在某些情况下没有已定义值的值类型。
msdn2.microsoft.com
9.
An object reference to the resulting " boxed " value type is pushed onto the stack .
将对结果的“已装箱”值类型的对象引用推送到堆栈上。
www.bing.com
10.
A 'boxed' form, where the data in the value type is wrapped (boxed) into an object so it can exist as an independent entity.
“已装箱”形式,其中值类型的数据被包装(装箱)到对象中以便该对象可以作为独立实体存在。
technet.microsoft.com
1.
The object and the address are popped from the stack; the value type object is stored at the address.
从堆栈中弹出对象和地址;将值类型对象存储在该地址。
msdn2.microsoft.com
2.
The comparison will always return false if the type argument is a value type.
进行比较时,如果类型参数为值类型,则该比较将始终返回false。
msdn2.microsoft.com
3.
If a value type is assigned to a variable, that variable is given a fresh copy of the value.
如果向一个变量分配值类型,则该变量将被赋以全新的值副本。
msdn2.microsoft.com
4.
For Value, type or select an expression that evaluates to the source of the image.
对于Value,键入或选择一个计算结果为图像来源的表达式。
msdn2.microsoft.com
5.
The delegate is a type that defines a signature, that is, the return value type and parameter list types for a method.
委托是一个定义签名的类型,即方法的返回值类型和参数列表类型。
msdn2.microsoft.com
6.
Gets a value indicating whether the Type is an interface; that is, not a class or a value type.
获取一个值,通过该值指示Type是否为接口(即不是类或值类型)。
msdn2.microsoft.com
7.
Boxing converts a value type to a reference type.
装箱将一个值类型转换为引用类型。
zhidao.baidu.com
8.
Gets a value indicating whether the Type is a value type.
获取一个值,通过该值指示Type是否为值类型。
msdn2.microsoft.com
9.
To cache the records from the alternate source, you need a cache per value type returned.
要缓存这些来自备用源的记录,您需要为返回的每种值类型设置一个缓存。
www.ibm.com
10.
Is a highly convenient collection class that can be used without modification to store any reference or value type.
是一个使用起来非常方便的集合类,无需进行修改即可用来存储任何引用或值类型。
msdn2.microsoft.com
1.
Whether a data type is a value type or a reference type, the communicating parties could also pose problems.
无论数据类型是数值类型还是引用类型,信息传递的一方都可能出现问题。
www.ibm.com
2.
Gets a value indicating whether the type is a value type; that is, not a class or an interface.
获取一个值,该值指示此类型是否为值类型(即不是类或接口)。
msdn2.microsoft.com
3.
This value is a copy of the value-type value assigned to the variable i.
该值是赋给变量i的值类型值的一个副本。
msdn2.microsoft.com
4.
A value type or reference type refers to how a programming element is stored in memory.
而值类型或引用类型是指编程元素将以何种方式存储在内存中。
207.46.16.252
5.
Of the class or value type that implements this interface.
枚举常数,它是实现该接口的类或值类型的。
msdn2.microsoft.com
6.
Instruction creates a new object or a new instance of a value type.
指令创建值类型的新对象或新实例。
msdn2.microsoft.com
7.
Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method.
定义通用的比较方法,由值类型或类实现以创建类型特定的比较方法。
msdn2.microsoft.com
8.
Unlike reference types, it is not possible to derive a new type from a value type.
与引用类型不同,从值类型不可能派生出新的类型。
msdn2.microsoft.com
9.
A signature can embed a token that identifies the enclosing class or value type.
签名中可以嵌入标识封闭类或值类型的标记。
technet.microsoft.com
10.
The Return value type is the same as the item being truncated.
Return的值类型与截断项的类型相同。
msdn2.microsoft.com
1.
In this sample, a "Point" type is declared as a value type.
本示例中,“Point”类型被声明为值类型。
msdn2.microsoft.com
2.
Is a metadata token indicating the type of the value type on the stack.
是元数据标记,指示堆栈上的值类型的类型。
msdn2.microsoft.com
3.
For string value, type in the path to where you want to move your cache directory.
对于字符串值,键入的路径如果要移动您的缓存目录。
benyouhui.it168.com
4.
Type as a value type, and then instantiates the value type.
类型声明为值类型,然后实例化值类型。
msdn2.microsoft.com
5.
Check Use Value Type to indicate that any values you enter here will be used in the token.
选中UseValueType,以指示您在此处输入的任何值将在令牌中使用。
www.ibm.com
6.
Unlike with reference types, you cannot derive a new type from a value type.
不同于参考型别,您无法从实值型别衍生新型别。
technet.microsoft.com
7.
Only the fields of the value type are exported.
仅导出值类型的字段。
msdn2.microsoft.com
8.
Attempting to unbox null or a reference to an incompatible value type will cause an InvalidCastException.
尝试取消装箱null或对不兼容值类型的引用会导致InvalidCastException。
msdn2.microsoft.com
9.
The current thinking is that the pattern's initial implementation requires that the value type always equal the entity record.
当前的考虑是,模式的初始实现需要值类型始终等于实体记录。
www.ibm.com
10.
The most significant characteristic of this control is that its personalizable properties are stored in non-value type variables.
此控件最重要的特性是其可个性化属性存储在非值类型的变量中。
msdn2.microsoft.com
1.
Decide whether you want to require a value type or a reference type for the type argument.
确定要求类型参数是值类型还是引用类型。
msdn2.microsoft.com
2.
Cannot define fields in value type that has type size specified.
不能在具有指定类型大小的值类型中定义字段。
www.dictall.com
3.
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x; ).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。
www.cnblogs.com
4.
Because the JIT compiler uses the same value-type-specific server code in all further encounters, there is no code bloating.
因为JIT编译器在以后的所有场合中都将使用相同的值类型特定的服务器代码,所以不存在代码膨胀问题。
www.kuenglish.info
5.
A NativeOverlapped representing an unmanaged pointer to the native overlapped value type.
NativeOverlapped,表示指向本机重叠值类型的非托管指针。
msdn2.microsoft.com
6.
The resulting object reference or value type is pushed onto the stack.
将结果对象引用或值类型推送到堆栈上。
msdn2.microsoft.com
7.
Specifies the field value type in the ValueType property of the FieldDefinition Class and all classes derived from FieldDefinition.
派生的所有类的ValueType属性中的字段值类型。
msdn2.microsoft.com
8.
In the Pattern field, after the value, type this: style= "font-style: italic"
在Pattern区域中,值的后面,输入以下内容:style=“font-style:italic”
www.ibm.com
9.
For Value, type a default value for the parameter.
对于“值”,键入参数的默认值。
technet.microsoft.com
10.
Converts a value type to an object reference (type O).
将值类转换为对象引用(O类型)。
msdn2.microsoft.com
1.
The data type converts to a value type.
数据类型转换成值类型。
msdn2.microsoft.com
2.
Methods are called on the value type, and it is passed by reference to a method.
调用值类型的方法,然后通过方法引用来传递它。
msdn2.microsoft.com
3.
The value type is then instantiated, methods are called on it, and it is passed to a method as a parameter.
然后实例化值类型,在它上面调用方法,并将它作为参数传递给方法。
msdn2.microsoft.com
4.
For value-type parameters, you must determine the actual default value, and pass that instead.
对于值类型的参数,则必须确定并传递实际的默认值。
msdn2.microsoft.com
5.
Is not required to copy the value type from the object.
不要求从对象复制值类型。
msdn2.microsoft.com
6.
Does not represent a value type.
不表示值类型,则行为就是未指定的。
msdn2.microsoft.com
7.
Override the GetHashCode and Equals methods when defining a value type.
定义值类型时,重写GetHashCode和Equals方法。
msdn2.microsoft.com
8.
Check the "Use value type" checkbox.
选中“Usevaluetype”复选框。
www.ibm.com
9.
Can be used with a value type.
可以与值类型一起使用。
msdn2.microsoft.com
10.
You can pass a value type to this overload method.
可将值类型传递给此重载方法。
msdn2.microsoft.com
1.
You can instantiate a value type in an uninitialized form or in an initialized form by using the.
运算符,以未初始化形式或初始化形式实例化值类型。
msdn2.microsoft.com
2.
Nullable types are new to . NET 2. 0 and provide a technique for indicating whether a value type should, instead, be null.
Nullabletypes是.NET2.0中新提供的一种用于标明一个值类型是否可以为空的技术。
www.cnblogs.com
3.
If you supply a value type in Expression, IsNothing always returns False.
如果在Expression中提供了值类型,则IsNothing将始终返回False。
msdn2.microsoft.com
4.
Unboxing extracts the value type from the object.
取消装箱将从对象中提取值类型。
msdn2.microsoft.com
5.
An enumeration is a user-defined value type.
枚举是用户定义的值类型。
msdn2.microsoft.com
6.
An address is pushed onto the stack. A value type object of type.
类型的值类型对象推送到堆栈上。
msdn2.microsoft.com
7.
And specifying a cast involving a value type.
并指定包含值类型的强制转换。
msdn2.microsoft.com
8.
Returns the TypeCode for value type Char.
返回值类型Char的TypeCode。
msdn2.microsoft.com
9.
Zero-based, one-dimensional arrays of numbers are created using a metadata token referencing the appropriate value type (Int32, and so on).
使用引用适当值类型(Int32等)的元数据标记创建数字的从零开始的一维数组。
msdn2.microsoft.com
10.
Typically it simply computes the address of the value type that is already present inside of the boxed object.
通常它只计算已出现在已装箱的对象内的值类型的地址。
msdn2.microsoft.com
1.
This is accomplished by creating a new object and copying the data from the value type into the newly allocated object.
这是通过创建新对象并将数据从值类型复制到新分配的对象来实现的。
msdn2.microsoft.com
2.
Returns a hash code for this value type.
返回此值类型的哈希代码。
msdn2.microsoft.com
3.
Value-type objects such as structs are created on the stack, while reference-type objects such as classes are created on the heap.
值类型对象(例如结构)是在堆栈上创建的,而引用类型对象(例如类)是在堆上创建的。
msdn2.microsoft.com
4.
When a string is a value type.
当一个字符串是值类型时。
eroad.alai.net
5.
Methods when defining a value type.
定义值类型时,重写。
msdn2.microsoft.com
6.
In Edit Value, type NTP in the Value data box, and then click OK.
在“编辑值”的“数值数据”框中键入NTP,然后单击“确定”。
support.microsoft.com
7.
A value type reference is pushed onto the stack.
将值类型引用推送到堆栈上。
msdn2.microsoft.com
8.
The data value and the value type for each registry entry are ignored, and only the value name is used.
每个注册表项的数据值和值类型都将被忽略,而仅使用数值名称。
support.microsoft.com
9.
To search for the MediaPath value, type MediaPath in the Value property value text box.
要对MediaPath值,搜索键入MediaPath在Value属性值文本框中。
support.microsoft.com
10.
Value type represents unsigned integers with values ranging from 0 to 65535 .
值类型表示值介于0到65535之间的无符号整数。
www.bing.com
1.
Other conditions such as value type optimizations may further increase the allowed size.
类似值类型优化这样的条件有可能更进一步地增加容许尺寸的大小。
www.infoq.com
2.
The value type pointer is pushed onto the stack.
将值类型指针推送到堆栈上。
msdn2.microsoft.com
3.
Another possible requirement is that the type argument must be a value type, for example a structure, enumeration, or elementary data type.
另一个可能的要求是,类型参数必须为值类型,例如结构、枚举或基本数据类型。
msdn2.microsoft.com
4.
A value type is pushed onto the stack.
将值类型推送到堆栈上。
msdn2.microsoft.com
5.
FalseCase must have the same value type as TrueCase.
FalseCase与TrueCase必须具有相同的值类型。
msdn2.microsoft.com
6.
Type is a class; that is, not a value type or interface.
是否是一个类;即,不是值类型或接口。
msdn2.microsoft.com
7.
Is a value type; that is, not a class or an interface.
是否是值类型;即,它不是类或接口。
msdn2.microsoft.com
8.
Is a class; that is, not a value type or interface.
是否是类;即,不是值类型或接口。
msdn2.microsoft.com
9.
In . NET there is a similar concept called an ArraySegment. An ArraySegment (which is a value type) is a very distinct type from an array.
在.NET中有一个类似的概念叫ArraySegment,ArraySegment(值类型)是一个与数组完全不同的类型。
www.infoq.com
10.
Is string a value type or a reference type?
string是值类型还是引用类型?
archive.cnblogs.com
1.
Is a value type or a reference type.
为值类型还是引用类型。
msdn2.microsoft.com
2.
Structure, which is a value type.
结构,该结构为值类型。
msdn2.microsoft.com
3.
Version 2. 0 of the EJB specification defines a primary key class as any class that is a legal value type in RMI-IIOP.
EJB规范的2.0版将主键类定义成任何是RMI-IIOP中合法值类型的类。
www.ibm.com
4.
Type is a value type.
是否是值类型。
msdn2.microsoft.com
5.
For example, the value type System. Int32 structure represents the boxed form of ELEMENT_TYPE_I4.
例如,值类型System.Int32结构表示ELEMENT_TYPE_I4的已装箱形式。
msdn2.microsoft.com
6.
Passes a null reference (Nothing in Visual Basic) instead of a reference to a value type.
传递空引用(在VisualBasic中为Nothing),而不是对值类型的引用。
msdn2.microsoft.com
7.
This type is deprecated for SQL Server 2005, so you should use a large value type instead.
对于SQLServer2005来说,不推荐使用该类型,因此应改用大值类型。
msdn2.microsoft.com
8.
For example, a reference type such as String is nullable, whereas a value type such as Int32 is not.
例如,类似String的引用类型就是可空类型,而类似Int32的值类型不是可空类型。
msdn2.microsoft.com
9.
It is an error for the constructor of a user-defined value type to call
用户定义的值类型的构造函数调用
msdn2.microsoft.com
10.
Prefix when invoking interface methods on value types, since the value type method implementing the interface method can be changed using a
前缀,因为实现接口方法的值类型方法可以用
msdn2.microsoft.com
1.
Class is unable to deserialize an XML element whose data type maps to a non-nullable value type and whose
类无法对数据类型映射到不可为空值类型并且
msdn2.microsoft.com
2.
Write an extra output file containing macro definitions for: the token type names that are defined in the grammar, the semantic value type
编写额外的输出文件,它们包含这些宏定义:语法中定义的标记类型名称,语义的取值类型
www-128.ibm.com
3.
A Java class must follow these rules to be a JAX-RPC compliant value type
Java类要成为遵循JAX-RPC的值类型必须遵守以下这些规则
www.ibm.com
4.
If it is a value type, the statement results in creating an array of 10 instances of the type
如果是值类型,则该语句将创建一个由10个
msdn2.microsoft.com
5.
Value type becomes a type definition typedef with the name
值类型变为名为
msdn2.microsoft.com
6.
An Effective Algorithm for Non-increasing Value-type Quadratic Bilevel Programming
一种非增值型凸二次双层规划的有效算法
scholar.ilib.cn
7.
A nullable type can represent the normal range of values for its underlying value type, plus an additional null
可空类型可以表示其基础值类型正常范围内的值,再加上一个
msdn2.microsoft.com
8.
Passing Null Instead of a Reference to a Value Type
传递空而不是对值类型的引用
msdn2.microsoft.com
9.
The address is popped from the stack; the value type object at the specified address is initialized as type
从堆栈中弹出地址;将位于指定地址的值类型对象初始化为
msdn2.microsoft.com
10.
Web services value type inheritance and interoperability
Web服务值类型继承和互操作性
www-128.ibm.com
1.
Reference type, or it must be a value type
类型参数必须是引用类型或值类型
msdn2.microsoft.com
2.
When this interface is implemented by a reference or value type, the,
当此接口由引用或值类型实现时,
msdn2.microsoft.com
3.
The Calculation Method for Use-Value-Type Price in Technique Merchandise
技术商品的使用价值型价格测算方法
service.ilib.cn
4.
You can assign either a reference type or a value type to a variable of the
可以将引用类型或值类型指派给
msdn2.microsoft.com
5.
Value Type Sample (Declaring a Point Type as a Value Type)
值类型示例(将点类型声明为值类型)
msdn2.microsoft.com
6.
On the Relation between the Value- type Input- output and the Price Rangeability
价值型投入产出与价格幅度变动的关系
www.ilib.cn
7.
Or a reference to an incompatible value type will result in an
或对不兼容值类型的引用进行取消装箱操作,将导致
msdn2.microsoft.com
8.
The problem of value type choice mainly lies in the misunderstanding and the effects from the external factors;
分析归纳了价值类型运用中存在的问题,主要源于评估主体的认识误区以及评估外部因素的影响;
www.fabiao.net
9.
Point value type is passed by reference, a pointer to a
值类型通过引用传递,则指向
msdn2.microsoft.com
10.
Value type must be passed by reference because the unmanaged API is expecting a pointer to a
值类型必须通过引用传递,原因是非托管API要求将指向
msdn2.microsoft.com
1.
If the type description defines a value type; otherwise,
如果该类型说明定义了一个值类型,则为,
msdn2.microsoft.com
2.
Design considerations for mobile Web services when using the JAX-RPC value type, including
在使用JAX-RPC值类型时需要考虑的移动Web服务设计事项,包括
www.ibm.com
3.
However, the following restrictions apply when defining a value type
不过,在定义值类型时有以下限制
msdn2.microsoft.com
4.
Nullable types represent value-type variables that can be assigned the value of null
可空类型表示可被赋值为
msdn2.microsoft.com
5.
Boxing a value type packages it inside an instance of the
对值类型装箱将把该值类型打包到
msdn2.microsoft.com
6.
Allocates an uninitialized object or value type and calls the constructor method
分配未初始化的对象或值类型并调用构造函数方法
msdn2.microsoft.com
7.
If the current object is a value type or struct; otherwise,
如果当前对象为值类型或结构,则为,
msdn2.microsoft.com
8.
value-type track circuit; valve type track circuit
阀式轨道电路
wenku.baidu.com
9.
Value Type and Reference Type Arrays
值类型数组和引用类型数组
msdn2.microsoft.com
10.
If the type is a value type; otherwise,
如果该类型是值类型,则为,
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/23 10:10:33