| 1. | Statement sets the value of the private variable by use of the 关键字设置该私有变量的值。 |
| 2. | Can return the value held in the private variable 返回保存在私有变量 |
| 3. | Value keyword . from the 关键字设置该私有变量的值。 |
| 4. | Statement sets the value returned to the value that is stored in the private variable 语句将返回的值设置为存储在私有变量 |
| 5. | To keep the right triangle property i add a private variable and a setter method 将添加的直角三角形的属性设为私有变量,并增加设置方法。 |
| 6. | Demands placed on the assembly or non - private variable level will not produce a compiler warning 针对程序集或非私有变量级别的要求将不会产生编译器警告。 |
| 7. | The private variable that supports the property is serialized and deserialized without change 支持该属性的私有变量在不做更改的情况下进行序列化和反序列化。 |
| 8. | Property procedures have three parts : a declaration of a private variable to store the property value ; a get 属性过程有三个部分:存储属性值的私有变量的声明;公开该值的 |
| 9. | These statements create the private variables that you will use to store the values for the properties you are about to create 这些语句会创建私有变量,用来存储要创建的属性的值。 |
| 10. | The private variable that supports the property is serialized as - 1 , regardless of the value set in the user interface 支持该属性的私有变量被序列化为- 1 ,而不管在用户界面中设置为何值。 |