您要查找的是不是:
- A value type cannot be locked in this fashion. 不能用这种方式锁定值类型。
- A value type reference is pushed onto the stack. 将值类型引用推送到堆栈上。
- Each described field must be a value type. 每个说明的字段都必须是值类型。
- The supplied type must be a value type. 提供的类型必须为值类型。
- Boxing converts a value type to a reference type. 装箱将一个值类型转换为引用类型。
- Shows simple boxing through a tracking reference to a value type. 说明如何通过值类型的跟踪引用进行简单装箱。
- In this sample, a "Point" type is declared as a value type. 本示例中,“Point”类型被声明为值类型。
- Converts a value type to an object reference (type O). 将值类转换为对象引用(O类型)。
- Copies a value type from a source object to a destination object. 将值类型从源对象复制到目标对象。
- You cannot assign a new value to the property of a value type. 无法为值类型的该属性赋新值。
- When a value type is boxed, an entirely new object must be created. 对值类型进行装箱时,必须创建一个全新的对象。
- And with an interface type implemented by that value type. 兼容,也与该值类型实现的接口类型兼容。
- The number of value types that have been boxed. 已装箱的值类型的数量。
- Ensure That 0 Is a Valid State for Value Types. 确保0为值类型的有效状态。
- You can instantiate value types in two ways. 可以通过两种方式实例化值类型。
- Value types are passed by value, not by reference. 值类型是通过值传递的,而不是通过引用传递的。
- Value types are stored on the stack, not the heap. 值类型存储在堆栈中,而不是堆中。
- If a field is a value type, a bit-by-bit copy of the field is performed. 如果字段是值类型的,则对该字段执行逐位复制。
- Pushes the size, in bytes, of a supplied value type onto the evaluation stack. 将提供的值类型的大小(以字节为单位)推送到计算堆栈上。
- When a variable of a value type is converted to object, it is said to be boxed. 将值类型的变量转换为对象的过程称为“装箱”。