你可以滑动圆柱体边上的滑钮设定初始值,然后转动手柄来计算结果。
You set your initial figures by sliding knobs along the side of the cylinder, then turn the crank to compute the results.
第二种情况是,类型具有一个用于静态字段的初始值设定项,在这种情况下,编译器会在后台添加类型构造函数。
The second scenario is when a type has a initializer for a static field, in which case the compiler adds a type constructor behind the scenes.
这是一个关于实例初始值设定项的示例。
数值初始值设定项现在可支持类型引用,这样大大减少了代码量。
Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.
如果异常是从静态字段初始值设定项引发的,也存在同样的规则。
The same rules hold true if the exception is thrown from a static field initializer.
此程序还演示了静态字段初始值设定项如何在显式类型构造函数中的代码之前执行。
This program also demonstrates how static field initializers execute before the code inside an explicit type constructor.
正如您在前面看到的那样,静态字段初始值设定项的代码在隐式类型构造函数的内部执行。
As you saw earlier, the code for a static field initializer executes inside an implicit type constructor.
类型在两种情况下会获取类型初始值设定项。
数组初始值设定项也可以在调用函数中内联使用。
Array initializers may also be used inline for calling functions.
类型构造函数也称为类型初始值设定项。
通过使用关键字With和From,有人可能会假定VB能克服这方面的限制,把两个初始值设定写在同一条语句中。
By using the keywords "With" and "From", one might assume that VB could overcome this limitation and combine the two in a single statement.
伴随。NET 4.0和VisualStudio10的发布,VisualBasic 10添加了集合与数组初始值设定项的支持。
Visual Basic 10, to be released with.net 4.0 and Visual Studio 10, is adding support for collection and array initializers.
您可以设定自己的初始值为计算器,你可以使颜色匹配您的网站!
You can set your own initial values for the calculators and you can make the colors match your site!
这个属性的初始值是衍生自[控制台]的区域及语言选项部分中的设定。
The initial value of this property is derived from the Settings in the regional and language options portion of Control Panel.
长度、电压初始值设定完毕后即可按以下步骤开始工作。
C. as soon as the setting of initial value of length and voltage is finished, the following operation can be performed.
对于要放置到设计图面的具有默认初始值设定项的对象而言,通过工厂显式创建项才是必要的。
Explicit item creation through the factory is important for objects to be placed on the design surface that have default initializers.
在标准c中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。
In standard c, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
编译器使用变量的初始值设定项,在编译时确定变量的类型,以生成早期绑定代码。
The compiler USES a variable's initializer to determine the variable's type at compile time to produce early-bound code.
用于声明匿名类型实例的格式类似于在使用对象初始值设定项声明命名类型实例时使用的格式。
The format you use to declare an instance of an anonymous type resembles the format you use when you declare an instance of a named type by using an object initializer.
第二个声明会产生错误,因为它没有初始值设定项。
The second declaration yields an error because it does not have an initializer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
To use them you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
以声明方式初始化类型的对象,而无需显式调用该类型的构造函数,您可以使用对象初始值设定项。
You can use object initializers to initialize type objects in a declarative manner without explicitly invoking a constructor for the type.
在类声明中声明新的类初始值设定项。
Declares a new class initializer inside a class declaration.
编译器进程的第一个访问默认实例的构造函数,然后通过处理成员初始化对象初始值设定项。
The compiler processes object initializers by first accessing the default instance constructor, and then by processing the member initializations.
在派生类中重写时,返回与方法定义的输入数组对应的初始值设定项对象的数组。
When overridden in a derived class, returns an array of initializer objects corresponding to an input array of method definitions.
此错误指示您尝试在泛型类型中修改初始值设定项。
This error indicates that you tried to modify an initializer in a generic type.
匿名类型必须用对象初始值设定项加以声明。
Anonymous types must be declared with an object initializer.
查询表达式经常使用匿名类型,而这些类型只能使用对象初始值设定项进行初始化。
Query expressions make frequent use of anonymous types, which can only be initialized with an object initializer.
特性的所有定位参数必须位于任何变量或属性初始值设定项之前。
All positional arguments for an attribute must precede any variable or property initializers.
应用推荐