1.把...括入圆括号内,用圆括号括起
2.在...插入插句[插话];把...作为插入语
1.to enclose part of a written or printed passage in parentheses
2.to add a word, phrase, or opinion as an extra comment that is not wholly related to what is being said
3.to break up speech or writing with extra comments added throughout
1.A delegate object is called by using the name of the delegate object, followed by the parenthesized arguments to be passed to the delegate.
委派物件是使用委派物件的名称,跟随著传递给委派的括号引数来呼叫。
2.The iPod touch user string differs in that the beginning of the parenthesized expression is iPod, rather than iPhone.
iPodtouch用户字符串的不同之处在于括号表达式的开头为iPod,而不是iPhone。
3.S- expressions are fully parenthesized expressions with only one form of parenthesis .
S表达式是仅用一种形式的括号完全括起来的表达式。
4.The parenthesized series of commands is called a subshell.
命令中带圆括号的部分称为subshell。
5.If the expression would evaluate to a tuple, it must be parenthesized.
如果希望表达式推导出一个元组,就必须使用括号。
6.The parenthesized list following the RESULT keyword defines the result column names and types.
RESULT关键字后面括在括号内的列表定义结果的列名和类型。
7.Eric : I notice that you've just introduced new syntax; nowhere in C# previously did we have a parenthesized, comma-separated list of types.
Eric:我注意到你引进新语法;之前在C#中我们从未把类型括起来,再用逗号分开排列。
8.To test the recursive path for parenthesized expressions, try the following test.
要测试带括号表达式的递归路径,请尝试以下测试。
9.A normal character, a character class, or a parenthesized regular expression.
常规字符、字符类或带括号的正则表达式。
10.You can add values by specifying a parenthesized list of values: $ declare -a myarray=(tom dick harry).
您可以通过指定带括号的值列表来添加值:$declare-amyarray=(tomdickharry)。