分配一个值 meaning in English
assign a value
Examples
- Assigning a value with the wrong data type
用错误的数据类型分配一个值( - Property is assigned a value to create a strong - named assembly
属性分配一个值以创建强命名的程序集。 - Simply declare the property as an attribute and assign it a value
只要将该属性声明为特性并为其分配一个值即可。 - Variables are used to store information . this example demonstrates how you can create a variable , and assign a value to it
变量可用来存储信息。这个实例将演示如何建立变量,并给它分配一个值。 - A type is said to be nullable if it can be assigned a value or can be assigned a null reference nothing in visual basic , which means the type has no value whatsoever
对于一个类型,如果既可以给它分配一个值,也可以给它分配空引用(在visual basic中为nothing ) (表示没有任何值) ,我们就说这个类型是可空的。