单词 | reference type | ||||||||||||||
释义 | reference type
更多释义 收起释义 例句释义: 引用类型,参考型别,参考类型 1. Attribute value with a null reference assigned to a reference type or to a nullable value type. 属性值等同于分配给引用类型或分配给可为空值类型的空引用。 msdn2.microsoft.com 2. You declare and use an array of a reference type just as you would declare and use an array of any data type. 声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。 msdn2.microsoft.com 3. To resolve this error, store the result of the expression in an intermediate value, or use a reference type for the intermediate expression. 若要解决该错误,请将表达式的结果存储在中间值中,或对中间表达式使用引用类型。 msdn2.microsoft.com 4. Two variables of a reference type are equal if they refer to the same object, referred to as object identity. 两个引用类型的变量在引用同一个对象时,它们是相等的,就像引用到对象的ID一样。 www.byywee.com 5. A reference type variable can be a reference to any object in memory (of the appropriate data type). 引用类型变量可以是对内存中任何对象(具有适当的数据类型)的引用。 msdn2.microsoft.com 6. The type argument must be a reference type; this applies also to any class, interface, delegate, or array type. 类型参数必须是引用类型;这一点也适用于任何类、接口、委托或数组类型。 msdn2.microsoft.com 7. Method returns the Type of the object encompassed or referred to by the current array, pointer or reference type. 方法返回当前数组、指针或引用类型所包含或引用的对象的。 msdn2.microsoft.com 8. Method has a generic overload that can be used for type - safe replacement of any reference type . 方法具有一个泛型重载,可用于对任何引用类型进行类型安全的替换。 www.bing.com 9. A variable of a reference type does not contain its data directly; it contains a reference to its data. 引用类型的变量不直接包含其数据;它包含的是对其数据的引用。 msdn2.microsoft.com 10. Expression requires the first operand to be of a reference type and the second operand to be the name of a data type. 表达式要求第一个操作数为引用类型,第二个操作数为数据类型的名称。 msdn2.microsoft.com 1. Unless you need reference-type semantics, a small class may be more efficiently handled by the system if you declare it as a struct instead. 除非需要引用类型语义,将较小的类声明为结构,可以提高系统的处理效率。 msdn.microsoft.com 2. An anonymous type, which consists of a set of public properties encapsulated in a nameless reference type. 匿名类型,它由一组封装在无名称引用类型中的公共属性组成。 msdn2.microsoft.com 3. Constrain the type parameter to accept only a reference type, or do not use it for the optional parameter. 约束类型参数以便只接受引用类型,或者,不要为可选参数使用它。 technet.microsoft.com 4. 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 5. 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 6. In general it would be unsafe to skip the run-time check if the array held elements of a reference type. 通常情况下,假如数组包含引用类型的元素,跳过运行时检查往往不安全。 msdn2.microsoft.com 7. But then if you have a small member, making it a reference type incurs a pointer size overhead (plus the overhead for the reference type). 另一方面,如果你有一个类型成员不多,使它成为引用类型增加了一个指针大小的内存占用(加上引用类型本身多占的内存)。 www.cnblogs.com 8. A type argument supplied to a generic type does not satisfy the reference type constraint on its corresponding type parameter. 提供给泛型类型的类型变量不满足其相应的类型参数上的引用类型约束。 msdn2.microsoft.com 9. It is possible to convert a value type to a reference type, and back again to value types, by using. 可以将值类型转换为引用类型,然后再转换回值类型。 msdn2.microsoft.com 10. The type of each element in the sequence can be either one of the eight basic types, or the Reference type. 序列中每个元素的类型可以是这八种基本类型中的某一种,或者是Reference类型。 www.ibm.com 1. 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 2. If you want the type argument to be a reference type, remove the Structure keyword from the constraint list. 如果希望类型参数是引用类型,请将Structure关键字从约束列表中移除。 msdn2.microsoft.com 3. In an unsafe context, a type may be a pointer type as well as a value type or a reference type. 在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。 www.juyy.net 4. Unless you need reference-type semantics, small classes may be more efficiently handled by the system as a struct. 除非需要引用类型语义,否则系统将较小的类作为结构处理效率会更高。 msdn2.microsoft.com 5. How the MSIL for a generic type is used differs based on whether or not the supplied type parameter is a value or reference type. 泛型类型的MSIL的使用因所提供的类型参数是值类型还是引用类型而不同。 msdn2.microsoft.com 6. When a reference type is passed as an argument to a method, the reference is passed by value. 当引用类型作为参数传递给方法时,引用是按值传递的。 msdn2.microsoft.com 7. A procedure is declared with an optional parameter that uses a type parameter that is not constrained to be a reference type. 通过某个可选参数声明了过程,该参数使用未约束为引用类型的类型参数。 technet.microsoft.com 8. It turns out that the actual machine code produced depends on whether the specified types are value or reference type. 原来,所产生的实际机器码取决于指定的类型是值类型还是引用类型。 msdn2.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. 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)。 www.ibm.com 1. The type argument must be a reference type, including any class, interface, delegate, or array type. 类型参数必须是引用类型,包括任何类、接口、委托或数组类型。 msdn2.microsoft.com 2. The type of a reference type can be determined from values of self-describing types. 引用类型的类型可以由自描述类型的值来确定。 msdn2.microsoft.com 3. For a reference type, you use the New keyword to create a new instance of the class or structure specified by datatype. 对于引用类型,可使用New关键字来创建由datatype指定的类或结构的新实例。 msdn2.microsoft.com 4. Operators require both operands to be of a reference type. 运算符要求两个操作数均为引用类型。 msdn2.microsoft.com 5. Tests whether an object reference (type O) is an instance of a particular class. 测试对象引用(O类型)是否为特定类的实例。 msdn2.microsoft.com 6. 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 7. In Java, it is a common practice to assign a null value to a reference type when it is not referencing any object. 在Java中,当引用类型没有引用任何对象时将其赋空值,这是公共的操作。 www.ibm.com 8. That code will be used in any further request for a reference type instead of a generic type parameter. 在以后的任何针对引用类型而不是一般类型参数的请求中,都将使用该代码。 msdn2.microsoft.com 9. Keyword must be an object based on a reference type, and is used to define the scope of the lock. 关键字的参数必须为基于引用类型的对象,该对象用来定义锁的范围。 msdn2.microsoft.com 10. The object of a value type is in the stack, but the object of a reference type is in the heap. 数值类型的对象位于栈中,但是引用类型的对象位于堆中。 www.ibm.com 1. A variable declared as a reference type point to a location where data is stored. 声明为引用类型的变量指向存储数据的位置。 msdn2.microsoft.com 2. Select a type argument of any reference type. 选择任意引用类型的类型变量。 msdn2.microsoft.com 3. Returns a Boolean value indicating whether an expression evaluates to a reference type. 返回一个Boolean值,指示表达式是否为引用类型。 msdn2.microsoft.com 4. The type argument may be a reference type, primitive type, or value type as appropriate. 根据不同的情况,类型参数可以是引用类型、基元类型或值类型。 msdn2.microsoft.com 5. If one or more of these conditions are not met, create a reference type instead of a structure. 如果这些条件中的一个或多个没有满足,则创建引用类型而不是结构。 msdn2.microsoft.com 6. The following example demonstrates passing a reference-type parameter, arr, by value, to a method, Change. 下面的示例演示通过值向Change方法传递引用类型的参数arr。 msdn2.microsoft.com 7. The original value if it is a reference type or the corresponding boxed value if it is a value type. 如果为引用类型,则返回原始值;如果为值类型,则返回相应的已装箱值。 msdn2.microsoft.com 8. When copying from a value-type array to a reference-type array, each element is boxed and then copied. 在从值类型的数组复制到引用类型的数组时,每一个元素都要装箱,然后再复制。 msdn2.microsoft.com 9. In the. NET Framework, a structure is a value type and a class is a reference type. 在.NETFramework中,结构是一种“值类型”,而类是一种“引用类型”。 msdn2.microsoft.com 10. Boxing allows any type to be treated as a reference type. 装箱允许任意类型被加工为引用类型。 eroad.alai.net 1. Value indicating whether an expression evaluates to a reference type. 值,指示表达式是否计算为引用类型。 msdn2.microsoft.com 2. A field can hold a value directly (value type) or hold a reference to a value (reference type). 字段可以直接存放值(值类型)或存放值的引用(引用类型)。 msdn2.microsoft.com 3. This is in contrast to a reference type, where assignment does not create a copy. 这与引用类型不同,在引用类型中,赋值时不创建副本。 msdn2.microsoft.com 4. 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 5. This sample demonstrates passing a reference type, a value type, or a primitive type by reference to a method. 本示例演示如何通过方法引用来传递引用类型、值类型或基元类型。 msdn2.microsoft.com 6. When a reference type is assigned, only the reference is copied. 分配值类型时复制数据。分配引用类型时则只复制引用。 msdn2.microsoft.com 7. 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字母对任何引用类型而言是一个空值)。 www.ibm.com 8. If both arrays have reference type elements, the source element type must derive from the destination element type. 如果两个阵列都具有参考型别元素,则来源元素型别必须衍生自目的元素型别。 technet.microsoft.com 9. The castclass instruction attempts to cast the object reference (type O) atop the stack to a specified class. castclass指令尝试将堆栈顶部的对象引用(O类型)转换为指定的类。 msdn2.microsoft.com 10. 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 1. If a reference type is assigned to a variable, that variable references (or "points to" ) the original value. 如果为某个变量分配一个引用类型,则该变量将引用(或“指向”)原始值。 msdn2.microsoft.com 2. Any member that returns a reference type returns a handle to that object. 任何返回引用类型的成员都会返回一个那个对象的句柄。 www.zxbc.cn 3. The supplied type must be a reference type. 则提供的类型必须为引用类型。 msdn2.microsoft.com 4. A Module statement defines a reference type available throughout its namespace. Module语句定义了在其整个命名空间中都可用的引用类型。 msdn2.microsoft.com 5. Swapping strings is a good example of passing reference-type parameters by reference. 交换字符串是通过引用传递引用类型参数的很好的示例。 msdn2.microsoft.com 6. Gets or sets a value indicating whether the type is a class or reference type. 获取或设置一个值,该值指示该类型是否是类或引用类型。 msdn2.microsoft.com 7. Any expression that evaluates to a reference type. 计算结果为引用类型的任何表达式。 msdn2.microsoft.com 8. A reference type contains a pointer to another memory location that holds the data. “引用类型”包含指向存储数据的其他内存位置的指针。 msdn2.microsoft.com 9. Synthesizes a function reference type from given properties. 根据给定的属性合成一个函数引用。 qa.alibaba.com 10. Argument-passing convention By value, unless a pointer or reference type is passed. 按值传递,除非使用指针或者引用。 topic.csdn.net 1. Instruction would perform a type check in the case where! 0 Was a reference type. 指令将在!0是引用类型的情况下执行类型检查。 msdn2.microsoft.com 2. Indicates that the modified reference type is a boxed value type. 指示修饰的引用类型是装箱的值类型。 msdn2.microsoft.com 3. For reference-type elements, this value is a null reference (Nothing). 对于引用类型的元素,该值为空引用(Nothing)。 msdn2.microsoft.com 4. That means a reference type can have a null pointer, but a value type cannot have a null value. 这意味着引用类型可能有空指针,但是数值类型不能有空值。 www.ibm.com 5. A value type can be boxed, which is a process that creates a corresponding reference type. 可以对值类型进行装箱,这是一个创建相应引用类型的过程。 msdn2.microsoft.com 6. Boxing converts a value type to a reference type. 装箱将一个值类型转换为引用类型。 zhidao.baidu.com 7. Whether a data type is a value type or a reference type, the communicating parties could also pose problems. 无论数据类型是数值类型还是引用类型,信息传递的一方都可能出现问题。 www.ibm.com 8. Because a managed class is a reference type, when it is passed by value, a pointer to the class is passed to unmanaged code. 由于托管类是引用类型,因此当它通过值传递时,指向该类的指针将被传递给非托管代码中。 technet.microsoft.com 9. So, to give you a flavor of the process, here is the challenge: How should we declare and use a CLR reference type? 为了让您对这一过程有点切身体验,这里给出我们所面临的挑战:应当如何声明和使用CLR引用类型? msdn2.microsoft.com 10. Converts the given value object to the reference type using the specified context and arguments. 使用指定上下文和参数将给定值对象转换为引用类型。 msdn2.microsoft.com 1. A value type or reference type refers to how a programming element is stored in memory. 而值类型或引用类型是指编程元素将以何种方式存储在内存中。 207.46.16.252 2. (This is necessary only if the instantiations you use contain at least one reference type parameter). (仅当使用的实例化至少包含一个引用类型参数时才需要)。 msdn2.microsoft.com 3. A reference type contains a pointer to data stored elsewhere in memory. 引用类型包含指向存储在内存其他位置处的数据的指针。 msdn2.microsoft.com 4. The data type can be a DB2 built-in data type, a distinct type or a reference type. 数据类型可以是DB2内置数据类型、独特的类型或引用类型。 www.ibm.com 5. Reference conversions are conversions from one reference type to another. 引用转换是从一种引用类型到另一种引用类型的转换。 msdn2.microsoft.com 6. Instructions when used on reference type arrays. 指令时,通常执行隐式类型检查。 msdn2.microsoft.com 7. An array is a reference type in managed code that contains one or more elements of the same type. 在托管代码中,数组是包含一个或多个相同类型元素的引用类型。 msdn2.microsoft.com 8. When you copy a reference type, only the pointer is copied. 当你复制一个引用类型时,拷贝的只是一个指针。 dictsearch.appspot.com 9. Decide whether you want to require a value type or a reference type for the type argument. 确定要求类型参数是值类型还是引用类型。 msdn2.microsoft.com 10. Keyword to declare a reference type that can be used to encapsulate one or more named methods. 关键字一起使用,声明可用于封装一个或多个命名方法的引用类型。 msdn2.microsoft.com 1. Keyword to declare a reference type that can be used to encapsulate one or more named methods. 关键字一起使用,声明可用于封装一个或多个命名方法的引用类型。 msdn2.microsoft.com 2. Is a reference type and, therefore, allocated on the heap. 是引用类型,所以在堆上分配。 msdn2.microsoft.com 3. You can do this for any published marshal-by-reference type using any channel. 可以使用任何信道为任何发布的引用封送类型完成此操作。 msdn2.microsoft.com 4. The delegate keyword is used to declare a reference type that can be used to encapsulate a named or an anonymous method. delegate关键字用于声明一个引用类型,该引用类型可用于封装命名方法或匿名方法。 msdn2.microsoft.com 5. Converts a value type to an object reference (type O). 将值类转换为对象引用(O类型)。 msdn2.microsoft.com 6. Is a reference type, the statement creates an array of 10 elements, each of which is initialized to a null reference. 是引用类型,则该语句将创建一个由10个元素组成的数组,其中每个元素都初始化为空引用。 msdn2.microsoft.com 7. It must not be used on reference-type arrays. 不得将它用于引用类型数组。 msdn2.microsoft.com 8. Represents a mutable reference type that wraps either a Buffer or a Stream. 表示包装Buffer或Stream的可变引用类型。 msdn2.microsoft.com 9. The reference type had sequential or explicit layout, and so was exported as a struct. 引用类型具有连续布局或显式布局,因此导出为结构。 tr.bab.la 10. A reference type that defines a contract. 对协定进行定义的引用类型。 msdn2.microsoft.com 1. 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 2. You cannot create a nullable type based on a reference type. 无法创建基于引用类型的可空类型。 msdn2.microsoft.com 3. Data type is a reference type. 数据类型为引用类型。 msdn2.microsoft.com 4. You can use this method to free reference-type fields, such as strings, of an unmanaged structure. 可使用此方法释放非托管结构的引用类型字段,如字符串。 msdn2.microsoft.com 5. Is string a value type or a reference type? string是值类型还是引用类型? archive.cnblogs.com 6. It is also mapped to java. util. Calendar, which is a reference type in Java. 它也被映射成了java.util.Calendar,这是Java中的引用类型。 www.ibm.com 7. For example, given a valid object reference, type-safe code can access memory at fixed offsets corresponding to actual field members. 例如,给定有效的对象引用,类型安全代码可以按对应于实际字段成员的固定偏移量来访问内存。 msdn2.microsoft.com 8. Is a value type or a reference type. 为值类型还是引用类型。 msdn2.microsoft.com 9. The destination uses a new reference type introduced in J2EE 1. 4 called the message destination reference (Figure 7). 目的引用使用J2EE1.4中引入的称为消息目的引用的新引用类型(图7)。 www.ibm.com 10. If the variable is a reference type, you can create an instance of its class by including the New (Visual Basic) keyword in the As clause. 如果变量为引用类型,通过在As子句中包含New(VisualBasic)关键字则可以创建此变量的类的实例。 msdn2.microsoft.com 1. It cannot take an operand that is not a reference type unless the other operand is Nothing (Visual Basic). 它无法接受非引用类型的操作数,除非另一个操作数是Nothing(VisualBasic)。 msdn2.microsoft.com 2. For example, a reference type such as String is nullable, whereas a value type such as Int32 is not. 例如,类似String的引用类型就是可空类型,而类似Int32的值类型不是可空类型。 msdn2.microsoft.com 3. Constrains a generic type parameter to require that any type argument passed to it be a reference type, or introduces a 约束泛型类型参数以要求传递到该参数的任何类型变量都为引用类型,或引入 msdn2.microsoft.com 4. Similarly, you can constrain a generic type parameter to be a reference type (a class) using the class constraint 同样,可以使用class约束将一般类型参数约束为引用类型(类) msdn2.microsoft.com 5. Suppose the next line of code creates a stack of another reference type, called 假设下一行代码创建另一个引用类型的堆栈,称为 msdn2.microsoft.com 6. A variable of a reference type does not contain its data directly; 参考型别的参数并不会直接包含它的资料; msdn.microsoft.com 7. Research on Novel Ultra-Wideband Correlation Receiver of Averaged Transmitted-Reference Type 新颖的平均传输参考型超宽带相关接收机的研究 www.ilib.cn 8. Reference type pointing to a specialized object created from class 类创建的专用对象的引用类型 msdn2.microsoft.com 9. Reference type with no object currently assigned to it 当前没有对其赋予对象的引用类型 msdn2.microsoft.com 10. 'Type' is not a reference type as required by the lock statement “type”不是lock语句要求的引用类型 msdn2.microsoft.com 1. 'Bool' is not a reference type as required by the lock statement 语句使用未装箱的值类型实例,编译器也会报错 blog.csdn.net 2. The following sample shows that when a reference type is passed as a 下面的示例显示出当引用类型作为 msdn2.microsoft.com 3. When applied to a reference type, the, 当应用于引用类型时, msdn2.microsoft.com 4. Compares two instances of the specified reference type 比较指定的引用类型 msdn2.microsoft.com 5. Reference type, or it must be a value type 类型参数必须是引用类型或值类型 msdn2.microsoft.com 6. Reference type pointing to an unspecialized object 指向非专用化对象的引用类型 msdn2.microsoft.com 7. Reference type indicating missing or nonexistent data 指示缺失或不存在的数据的引用类型 msdn2.microsoft.com 8. You can assign either a reference type or a value type to a variable of the 可以将引用类型或值类型指派给 msdn2.microsoft.com 9. Among the possible requirements in a constraint is that the type argument must be a reference type, for example a 约束中可能有这样的要求:类型参数必须为引用类型,例如 msdn2.microsoft.com 10. If the operands of an equality operator are both of reference type or the 如果相等运算符的操作数都是引用类型或 msdn2.microsoft.com 1. Creating a Personalizable User Control that Contains Reference Type Variables 创建包含引用类型变量的可个性化的用户控件 msdn2.microsoft.com 2. A delegate is a reference type that refers to a 委托是一种引用类型,它引用类型的 msdn2.microsoft.com 3. Reference type pointing to a string of 16-bit characters 指向16位字符的字符串的引用类型 msdn2.microsoft.com 4. Are both reference-type arrays or are both arrays of type 都是引用类型的数组或都是 msdn2.microsoft.com 5. Value Type and Reference Type Arrays 值类型数组和引用类型数组 msdn2.microsoft.com 6. If the property is a reference type, the 如果属性为引用类型,则可以使用 msdn2.microsoft.com 7. Is a mutable reference type that wraps a 是一个可变引用类型,可包装 www.ichacha.net 8. But, because a reference type is used, the modification made by 但是,由于使用的是引用类型,因此 msdn2.microsoft.com 9. Another possible requirement is that the type argument must be a reference type, for example a 另一项可能要求是类型参数必须为引用类型,例如 msdn2.microsoft.com 10. The type argument must be a reference type (include the Class (Visual Basic) constraint) 类型变量必须是引用类型(包括Class(VisualBasic)约束) msdn2.microsoft.com 1. But unlike function pointers, Visual Basic delegates are a reference type based on the class 但与函数指针不同的是,VisualBasic委托是基于 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。