可变参数 meaning in English
variable element
variable parameter
varying parameter
Examples
- For procedures that take a variable argument list , the
对于采用可变参数列表的过程, - Do be aware that mutable arguments passed may have changed after they were validated
应注意传递的可变参数在经过验证后可能已发生了更改。 - Any managed data types in the variable argument position will be marshaled to native types
可变参数位置中的任何托管数据类型都将被封送为本机类型。 - Some languages , such as c , provide a keyword that decorates an array that is used to pass variable arguments
某些语言(如c )提供了一个关键字,用于修饰传递可变参数的数组。 - Now , because of the variable - argument list features of tiger , any comma - separated list will work , as shown in listing 3
现在,因为tiger的可变参数列表特性,任何用逗号分隔的列表都可以接受,如清单3所示: