Inexact type match for vararg arguments the compiler generates a warning when it cannot exactly determine the developer's intent from a varargs parameter.
Inexacttype matchfor varargarguments当编译器不能从varargs参数确定开发人员的意图时,它将生成一个警告。
The type of each parameter must match its format specifier.
每个参数的类型必须匹配它的格式指定者。
If the return type and parameter list of two functions declarations match exactly, then the second declaration is treated as a redeclaration of the first.
如果两个函数声明的返回类型和形参表完全匹配,则将第二个函数声明视为第一个的重复声明。
As with any call, an argument might match its parameter either because the types match exactly or because there is a conversion from the argument type to the type of the parameter.
与任意函数调用一样,实参必须与它的形参匹配,它们的类型要么精确匹配,要么实参类型能够转换为形参类型。
Passed in argument value at index {0} does not match the parameter type.
索引{0}处的传入参数值不匹配参数类型。
In order to determine the best match, the compiler ranks the conversions that could be used to convert each argument to the type of its corresponding parameter.
为了确定最佳匹配,编译器将实参类型到相应形参类型转换划分等级。
A type mismatch error will result if the dimensionality of a variable or parameter does not match the dimensionality (or type) of the array assigned to the variable or passed to the parameter.
如果变量或参数的维数与分配给此变量或传递给此参数的数组的维数(或类型)不匹配,将产生类型不匹配错误。
The data type of the evaluated expression should typically match the data type defined for the corresponding parameter, and in any case it must be convertible to the parameter type.
求值的表达式的数据类型通常应与为相应形参定义的数据类型相匹配,并且在任何情况下,该表达式值都必须可转换为此形参类型。
The type of the last parameter of at least one set method must match the type of the property.
至少一组方法的最后参数型别必须与属性型别相符。
The type of the last parameter of at least one set method must match the type of the property.
至少一组方法的最后参数型别必须与属性型别相符。
应用推荐