元表达式 meaning in Chinese
meta-expression
Examples
- Generates code for the specified primitive expression
为指定的基元表达式生成代码。 - If the target is a slicing : the primary expression in the reference is evaluated
如果目标是一片断:引用中的主元表达式被求值。 - If the target is a subscription : the primary expression in the reference is evaluated
如果目标是一个下标:引用中的主元表达式被求值。 - If the target is an attribute reference : the primary expression in the reference is evaluated
如果目标是一个属性引用:引用中的主元表达式被求值。 - Parameter can be a null reference nothing in visual basic , in which case a primitive expression will be returned
参数可以为空引用(在visual basic中为nothing ) ,在这种情况下,将返回一个基元表达式。