Return Value 戻り値
A C string containing the Objective-C type of the data contained in the number object, as encoded by the @encode()
compiler directive.
数オブジェクトの中に含まれるデータのObjective-C型を含んでいるC文字列、@encode()
コンパイラ指令によってエンコードされるように。
Technology
- (const char *)objCType
A C string containing the Objective-C type of the data contained in the number object, as encoded by the @encode()
compiler directive.
数オブジェクトの中に含まれるデータのObjective-C型を含んでいるC文字列、@encode()
コンパイラ指令によってエンコードされるように。
The returned type does not necessarily match the method the number object was created with. 返される型は、数オブジェクトがそれで作成されたメソッドとは必ずしも一致しません。