将其作为成员变量记录下来以备后用。
上述类有多个成员变量。
设置正在添加的成员变量的返回类型。
类成员变量循环后重置吗?
对于成员变量,一般而言是被保留在包含它的对象里。
In the case of member variables, a simple reference is kept to the containing object.
然后定义book类,用私有成员变量代表每个字段。
The Book class is then defined, with private member variables for each field.
不要公开事件成员变量。
有关详细信息,请参见添加成员变量向导。
虽然大多数本地和成员变量可以被提取,但有一些限制。
While most local and member variables can be lifted, but there are restrictions.
要得到图书的书名,只需得到title成员变量。
To get the title of the book, simply get the title member variable.
这是属性(property)名,而不是成员变量名。
And this is the property name, not the member variable name.
不要使用公开的或保护的类成员变量,使用属性。
Do not provide public or protected member variables. Use properties instead.
不要公开事件成员变量。使用事件访问器来公开。
Do not provide public event member variables. Use event accessors instead.
这里的第一步是添加一个新的成员变量,即一个名为elementcontent的StringBuffer。
The first step here is to add a new member variable, a StringBuffer called elementContent.
然而,静态成员不能看到任何实例变量,除非它们定义实例。
However, static members cannot see any instance variables unless they define that instance.
这会定位到成员调用的原始定义或变量定义。
This navigates to the original definition for a member call or variable definition.
结构变量的每个成员被视为单独的变量初始化。
Each member of a structure variable is initialized as if it were a separate variable.
结构变量的每个成员被视为单独的变量初始化。
Each member of a structure variable is initialized as if it were a separate variable.
应用推荐