您要查找的是不是:
- The return type is the same as the operand type. 返回類(lèi)型與操作數類(lèi)型相同。
- It can either have a void or int return type. 它可以具有void或int返回類(lèi)型。
- Otherwise, a return type cannot be inferred for L. 相反的,則返回類(lèi)型不能夠由L推斷做出。
- Otherwise, a return type cannot be inferred for L . 此外,返回類(lèi)型不能為L(cháng)推導出來(lái)。
- Gets the custom attributes of the return type of the method. 獲取該方法的返回類(lèi)型的自定義屬性。
- This must match the return type of the get accessor, if defined. 它必須匹配get訪(fǎng)問(wèn)器的返回類(lèi)型(如果已定義)。
- A method with a void return type cannot return a value. 具有void返回類(lèi)型的方法無(wú)法返回值。
- WARN::function declared to return type EMP does not retrieve (EMP. 你必須很仔細的進(jìn)行類(lèi)型轉換(使用::).否則你將看到下面的錯誤信息:
- Covariant return types are now supported. 現支持協(xié)變返回類(lèi)型。
- The return type does not have to correspond to the type of either operand. 返回類(lèi)型不必與任何一個(gè)操作數的類(lèi)型對應。
- Searches for the public property with the specified name and return type. 搜索具有指定名稱(chēng)和返回類(lèi)型的公共屬性。
- And the output message can be thought of as a return type from a method. 輸出消息可以看作是方法的返回類(lèi)型。
- Functions cannot be overloaded based only on differences in the return type. 函數不能僅僅基于不同的返回類(lèi)型而實(shí)現重載。
- Method parameters and return types must be supported JAX-RPC types. 方法的參數和返回值必須支持JAX-RPC類(lèi)型。
- The return type is the type of the value that pops out of the method after you call it. 返回類(lèi)型是指調用方法之后返回的數值類(lèi)型。
- Notice, however, that even in the presence of overloading, the return type is a reference to an object of the class. 注意,無(wú)論如何,重載后函數的返回是一個(gè)類(lèi)實(shí)例的參考。
- The fundamental parts of a method are the name,the arguments,the return type,and the body. 方法的基本組成部分包括名字、自變量、返回類(lèi)型以及主體。
- The compiler needs all the parameters and the return type of an external procedure to call it correctly. 編譯器需要外部過(guò)程的所有參數和返回類(lèi)型才能正確地調用它。
- These methods use the System.Configuration.Configuration class as a return type. 這些方法將System.;Configuration
- Detector - it looks for places where the return type of various methods are suspiciously ignored. 檢測器它查找那些不同方法的返回類(lèi)型有可能被忽略的地方。