stringbuilder信息详情

stringbuilder发音

意思翻译

stringbuilder

相似词语短语

astringent herbs───收敛的草药

sinew string───弦

first string───第一弦;上场阵容;第一阵容

bowstringing sign───弓弦标志

bowstring of gond───弓弦

stringent define───严格的定义

bowed string instrument───弓弦乐器

bowstringing effect───弓弦效应

string instruments───弦乐器

stringed instruments───n.弦乐器( stringed instrument的名词复数 );弦乐器(stringedinstrument的复数形式)

双语使用场景

Listing 21. Set the StringBuilder message.───清单21 .设置StringBuilder消息。

Maybe I want to use a StringBuilder to get better performance.───也许我想使用一个StringBuilder来获得更好的性能。

Listing 20. Get the StringBuilder message.───清单20 .获取StringBuilder消息。

Note that this requires an additional using declaration, since the StringBuilder class is a member of the System. Text namespace.───请注意,这需要一个附加的using声明,因为StringBuilder类是System.Text命名空间的成员。

The performance of a concatenation operation for a String or StringBuilder object depends on how often a memory allocation occurs.───String或StringBuilder对象的串联操作的性能取决于内存分配的发生频率。

The individual characters in the value of a StringBuilder can be accessed with the Chars property.───通过Chars属性可以访问StringBuilder的值中的单个字符。

Both the System. String and System. StringBuilder classes have similar marshaling behavior.───System.String和System.StringBuilder类都有相似的封送处理行为。

Gets or sets the length of the current StringBuilder object.───获取或设置当前StringBuilder对象的长度。

In this shot the large frame in the upper right shows the disassembly of the timing wrapper method added to the StringBuilder class.───在这个快照中,右上角的大帧显示了添加到StringBuilder类中的计时包装器方法的分解。

英语使用场景

The purpose of using the unsynchronized StringBuilder was to provide a baseline measurement of performance.

Given the single threaded nature of this benchmark, I was fully expecting Escape Analysis to elide the lock thus rendering StringBuffer performance equivalent to that of StringBuilder.