从值 meaning in English
avdal
Examples
- Remove default constructors from value classes
从值类中移除默认构造函数。 - Value types cannot be derived from
不能从值类型派生。 - Unlike reference types , it is not possible to derive a new type from a value type
与引用类型不同,从值类型不可能派生出新的类型。 - The following example demonstrates how to create a column that starts with a value of 200 and adds incrementally in steps of 3
以下示例演示了如何创建从值200开始并以3为增量递增的列。 - This is accomplished by creating a new object and copying the data from the value type into the newly allocated object
这是通过创建新对象并将数据从值类型复制到新分配的对象来实现的。