您要查找的是不是:
- Covariant return types are now supported. 现支持协变返回类型。
- The return type is the same as the operand type. 返回类型与操作数类型相同。
- It can either have a void or int return type. 它可以具有void或int返回类型。
- Otherwise, a return type cannot be inferred for L. 相反的,则返回类型不能够由L推断做出。
- Otherwise, a return type cannot be inferred for L . 此外,返回类型不能为L推导出来。
- Method parameters and return types must be supported JAX-RPC types. 方法的参数和返回值必须支持JAX-RPC类型。
- Gets the custom attributes of the return type of the method. 获取该方法的返回类型的自定义属性。
- This must match the return type of the get accessor, if defined. 它必须匹配get访问器的返回类型(如果已定义)。
- A method with a void return type cannot return a value. 具有void返回类型的方法无法返回值。
- WARN::function declared to return type EMP does not retrieve (EMP. 你必须很仔细的进行类型转换(使用::).否则你将看到下面的错误信息:
- The return type does not have to correspond to the type of either operand. 返回类型不必与任何一个操作数的类型对应。
- Searches for the public property with the specified name and return type. 搜索具有指定名称和返回类型的公共属性。
- And the output message can be thought of as a return type from a method. 输出消息可以看作是方法的返回类型。
- Functions cannot be overloaded based only on differences in the return type. 函数不能仅仅基于不同的返回类型而实现重载。
- The return type is the type of the value that pops out of the method after you call it. 返回类型是指调用方法之后返回的数值类型。
- Defines a global method given its name, attributes, calling convention, return type, and parameter types. 在给定其名称、属性、调用约定、返回类型和参数类型的情况下,定义全局方法。
- Defines a global method given its name, attributes, return type, and parameter types. 在给定其名称、属性、返回类型和参数类型的情况下,定义全局方法。
- The return type and parameter types of a delegate type must be at least as accessible as the delegate type itself. 委托类型的返回类型和参数类型必须至少与委托类型本身具有同样的可访问性。
- For custom method types, you can provide your own return type, or you can select one from the Return type list. 对于自定义方法类型,可以提供您自己的返回类型,或者可以从“返回类型”列表中选择一个返回类型。
- However, poor choices for parameter and return types can make an application programming interface (API) confusing. 但是,参数和返回类型选择不当会导致应用程序编程接口(API)混乱。