Sets the access to the member variable.
设置正在添加的成员变量的返回类型。
Record it as a member variable for later use.
将其作为成员变量记录下来以备后用。
The Add Member Variable wizard appears.
加入成员变数精灵随即出现。
See Add Member Variable Wizard for details.
有关详细信息,请参见添加成员变量向导。
And this is the property name, not the member variable name.
这是属性(property)名,而不是成员变量名。
To get the title of the book, simply get the title member variable.
要得到图书的书名,只需得到title成员变量。
Type the appropriate information in the Add Member Variable wizard.
在[加入成员变数精灵]中输入适当的资讯。
Then, Listing 6 USES the new enumeration as the type for the member variable.
然后,清单6使用新定义的枚举作为一个成员变量的类型。
The first is a default constructor that sets a timestamp member variable.
第一部分是一个默认的构造函数,用来设置timestamp变量的值。
You don't define a member variable and then provide accessor and mutator methods.
定义数据成员后不需要分别定义访问和修改的方法。
As you might expect, this must be the same type that you declared for the member variable.
正如您所料,默认值的类型必须与成员变量声明的类型完全相同。
The first step here is to add a new member variable, a StringBuffer called elementContent.
这里的第一步是添加一个新的成员变量,即一个名为elementcontent的StringBuffer。
You should strive to initialize every member variable exactly once during construction.
你应该努力在构造函数期间,将每个成员变量准确的初始化一次。
First, we promoted the session variable to be a member variable, rather than a local variable.
首先我们设定Session变量为成员变量,而不是本地变量。
You can add a member variable from the Dialog editor in Resource View, or from Class View.
您可以从资源检视内的对话方块编辑器,或者从类别检视加入成员变数。
Instead of getting the value for a member variable, it's called when a member value should be set.
该函数并不为一个成员变量获取值,当要设置一个成员变量时,才调用这个函数。
It then appends all of that data as a hash table to the episodes array, which is a member variable.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
Also, notice that, in the thread, you do not modify the stocks member variable, as you did previously.
也要注意,在线程中您不能修改stocks成员变量,正如您之前所做的。
Observe that the implementation emits trace events using the m_logger member variable from the base class.
观察该实现使用基础类中m_logger成员变量发出的跟踪事件。
How can I use a private member variable in a non-member function, when the variable happens to be a pointer?
我如何能在非成员函数使用私有成员变量时,变量是指针?
Note that setting a SyncVar member variable inside a property setter function does not cause it to be dirtied.
注意在属性设置函数中设置一个同步变量的值不会使他的脏数据标志被设置。
Notice that because both of the extracted methods use the number member variable, it is dragged into the superclass.
注意,因为两个提取方法都使用number成员变量,所以要涉及到超类。
As you can tell from Listing 12, you can use the shorthand form here, because Retention has a single-member variable.
如清单12所示,这里可以使用简写形式,因为Retention只有一个成员变量。
In this new thread, you then access stocks, a member variable of the enclosing Activity (the class that creates the UI).
在这个新线程中,您可以访问stocks,一个封装activity(此类创建了UI)的成员变量。
By simply having a member variable following the xyzService convention, Grails knows to inject the xyzService singleton.
只要拥有遵循xyzservice约定的成员变量,Grails就知道需要注入xyzService单体。
By creating a new enumeration (grade) of the previously defined type, you can then use it like any other member variable.
用以前定义过的类型建立一个新的枚举(grade)之后,您就可以像使用其他成员变量一样使用它了。
When it has the tags as an array, the class loads the _commands member variable with the titles and AppleScript commands.
在获得标记数组时,这个类将标题和AppleScript命令装载到_ commands成员变量中。
Change it to a constructor argument at the same time, and make the caller have a member variable for that same dependency.
同时给构造函数加上相应的参数,给构造函数的调用者加上一个成员变量来体现依赖关系。
Take note, though — the shorthand version is available only if the annotation type has a single-member variable named value.
不过要注意,只有当注释类型只有一个成员变量,而且变量名为value时,才能使用简写形式。
Indicates that the member variable manages a control within a dialog box with data exchange and data validation support.
指示成员变量在具有数据交换和数据验证支持的对话框内管理控件。
应用推荐