Instance Property インスタンスプロパティ

objCType

A C string containing the Objective-C type of the data contained in the value object. 値オブジェクトに含まれるデータのObjective-C型を含んでいるC文字列。

Declaration 宣言

var objCType: UnsafePointer<CChar> { get }

Discussion 議論

This property provides the same string produced by the @encode() compiler directive. このプロパティは、@encode()コンパイラ指令によって生成されるのと同じ文字列を提供します。

See Also 参照

Working with Raw Values 生の値を扱う