使用的值必须从提供给衍生类别建构函式的引数中判断。
The values that are used must be determined from the arguments supplied to the derived class constructor.
材料的领域具体性不是影响儿童类别建构和类别学习的重要因素。
Domain specificity of artificial category has no effect on children's category construction and learning.
但是许多研究却发现人们在类别建构实验中更多地采用单一维度策略。
However, many researches have shown that category construction was persistently based on a single dimension in an array.
请注意需求不应该设定于类别建构函式内,因为无法确定类别建构函式程序码的执行时点和内容。
Note that demands should never be made in a class constructor because class constructor code is not guaranteed to execute at any particular point or in any particular context.
若要更正这个问题,您必须将集合相依性属性值重设成唯一执行个体,做为类别建构函式逻辑呼叫的一部分。
To correct this problem, you must reset the collection dependency property value to a unique instance, as part of the class constructor call.
建构资料录集类别的物件。
如果此类别具有其他属性,便会以类似方式建构其他属性物件。
If the class has other attributes, other attribute objects are constructed similarly.
平台叫用无法用于依照值传回包含建构函式的结构或类别。
Platform invoke cannot be used to return structures or classes by value if they contain a constructor.
描述动态类别之建构函式的定义、所用的属性,以及其限制。
Describes the definition of constructors for dynamic classes, the attributes used, and limitations.
委派建构函式的第二个参数接受任何类别的成员函式或静态成员函式的位址。
The second parameter of the delegate's constructor takes either the address of a member function or the address of a static member function of any class.
例如,如果您尝试取得某个类别的视觉化特性,但是该类别虽已建构完成却尚未附加至树状结构。
An example is if you are attempting to get the visual characteristics of a class that was constructed but not yet attached to a tree.
如果您的类别包含静态栏位,请提供在类别载入时会将其初始化的静态建构函式。
If your class contains static fields, provide a static constructor that initializes them when the class is loaded.
然而,类别却能保证一定会载入,并会在您的程序第一次参考此类别前,先让其中的栏位初始化,而其中的静态建构函式也受到呼叫。
However, it is guaranteed to be loaded and to have its fields initialized and its static constructor called before the class is referenced for the first time in your program.
执行个体建构函式也可以用来呼叫基底类别的执行个体建构函式。
Instance constructors can also be used to call the instance constructors of base classes.
在建立第一个执行个体或参考任何静态成员之前,就会自动呼叫静态建构函式以初始化类别。
A static constructor is called automatically to initialize the class before the first instance is created or any static members are referenced.
如果类别没有任何的建构函式,则会自动产生预设建构函式,而预设值会用于初始化栏位。
If a class does not have a constructor, a default constructor is automatically generated and default values are used to initialize the object fields.
通常这个类别的执行个体是在建构配接器类别期间执行个体化,且储存在配接器的执行个体栏位中。
Typically, an instance of this class is instantiated during the construction of the adapter class and is stored in an instance field of the adapter.
基底类别的建构函式必须在衍生类别中呼叫。
The constructor for the base class must be called in the derived class.
如果您是使用现有输入系结类别的软体开发人员,即使您要定义自订命令也通常不会使用这个建构函式。
If you are a software developer using existing input binding classes, you generally will not use this constructor, even if you are defining custom commands.
当您使用物件初始设定式来建立具名型别的执行个体时,会呼叫类别的预设建构函式,接著按照您指定的顺序初始化指定的成员。
When you use an object initializer to create an instance of a named type, the default constructor for the class is called, followed by initialization of designated members in the order you specify.
静态类别和结构也可以拥有建构函式。
静态建构函式通常用在当类别使用记录档,而建构函式被用来将项目写入该档案。
A typical use of static constructors is when the class is using a log file and the constructor is used to write entries to this file.
以下是一个类别使用私用建构函式的范例。
The following is an example of a class using a private constructor.
每当建立类别或结构时,就会呼叫它的建构函式。
Whenever a class or struct is created, its constructor is called.
如果您没有为动态型别定义建构函式,便会自动提供一个预设的建构函式,而且它会呼叫基底类别的预设建构函式。
If you do not define a constructor for your dynamic type, a default constructor is provided automatically, and it calls the default constructor of the base class.
静态类别不能包含执行个体建构函式。
静态类别不能包含执行个体建构函式。
应用推荐